qt6-bb10/tests/auto/corelib/kernel/qmetaobject
Thiago Macieira a1c34d8bd0 QMetaObject: rewrite QMetaMethod::invoke
This adds an internal method to QMetaMethodPrivate to do the work of
actually placing the call on a given meta method. This rewrite should
make the code clearer, but make no otherwise perceptible difference in
behavior.

The next commit will rewrite QMetaObject::invokeMethod to use this new,
internal function to avoid doing a lot of string allocations.

Change-Id: I36b24183fbd041179f2ffffd170219c0deaaf7f5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-07-28 11:50:12 -07:00
..
.gitignore
CMakeLists.txt CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
forwarddeclared.cpp tst_QMetaObject: add some tests for passing and receiving pointers 2022-07-27 21:09:56 -07:00
forwarddeclared.h tst_QMetaObject: add some tests for passing and receiving pointers 2022-07-27 21:09:56 -07:00
tst_qmetaobject.cpp QMetaObject: rewrite QMetaMethod::invoke 2022-07-28 11:50:12 -07:00