diff options
author | Thiago Macieira <[email protected]> | 2025-06-18 14:23:49 -0700 |
---|---|---|
committer | Thiago Macieira <[email protected]> | 2025-07-04 10:35:02 -0700 |
commit | 392f7f185ab99ba74749e4f9405fe71a620eb5b3 (patch) | |
tree | 8142ac08b3a6e81bfb11f6d796f159d4e3d0dfcc /src/widgets/dialogs/qwizard.cpp | |
parent | abb5b2f94965540daadb2314b78be4a80f390726 (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