summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qwizard.cpp
diff options
context:
space:
mode:
authorThiago Macieira <[email protected]>2025-06-18 14:23:49 -0700
committerThiago Macieira <[email protected]>2025-07-04 10:35:02 -0700
commit392f7f185ab99ba74749e4f9405fe71a620eb5b3 (patch)
tree8142ac08b3a6e81bfb11f6d796f159d4e3d0dfcc /src/widgets/dialogs/qwizard.cpp
parentabb5b2f94965540daadb2314b78be4a80f390726 (diff)
QMetaType: de-virtualize the QMetaTypeModuleHelper struct
Now instead of storing a pointer to a vtable, we store the vtable directly. That is one fewer pointer dereference to get to where we want to go. It does mean you can't press F2 in Qt Creator to find the other implementations (not that "._anon_4" was of any help). Change-Id: I5635ebd8907c79c2a935fffdfc8952246ed7fb04 Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Ahmad Samir <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qwizard.cpp')
0 files changed, 0 insertions, 0 deletions