diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2025-11-20 15:22:37 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-12-01 18:19:30 +0100 |
| commit | de630e84cc0baf9db6a404823e2c4e39c67c05f2 (patch) | |
| tree | c631983eb023ba4b0a5e4422801c85c452fffcd2 /src/plugins/sqldrivers/mysql/qsql_mysql.cpp | |
| parent | 8804174165705a0026027bd858dcf12ae1d5a0c7 (diff) | |
QRawFont: de-inline two-arg advancesForGlyphIndexes()
Functions in which owning containers allocate should not be defined
inline, because of the amount of code generated.
Unlike similar changes in the past, this wasn't found by Clang
-ftime-trace, but highlighted by adding GCC -Wnrvo to headersclean.
Instead of rewriting the function, pull it behind the ABI boundary.
Can't pick back, because it adds an exported symbol (on Unix, Windows
already had it, due to the wholesale export of the class), so isn't
forwards-BC.
Change-Id: I0d7ac417e129023f9688028685e818e7ab6ab7e2
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/mysql/qsql_mysql.cpp')
0 files changed, 0 insertions, 0 deletions
