summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldatabase.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2024-03-21 12:08:40 +0100
committerMarc Mutz <marc.mutz@qt.io>2024-04-24 21:36:49 +0200
commit88b5b1bce978c0e1a67e66561b65251439fe4281 (patch)
tree721da06f08e71044ddcdec514a867d5809797091 /src/sql/kernel/qsqldatabase.cpp
parent2822b226109bc2e537e810b7c885baa2cb369588 (diff)
QSignalSpy: de-inline private helpers
Reduces the code a compiler including qsignalspy.h needs to parse and codegen. The order of the functions in the .cpp file is chosen to minimize the diffs to follow-up changes. We can't de-inline the private ctor, because that would pin the vtable to the qsignalspy.cpp TU, which would require us to export the class wholesale to make the vtable accessible to users of the class, but we can't export the class because it inherits QList. Task-number: QTBUG-123544 Change-Id: Ib26fdb68e1fc0e6f6919e4cd25759b7047f9977c Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/sql/kernel/qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions