qt6-bb10/tests/auto/tools
Thiago Macieira 59065a8530 QMetaType: fix void* parameters
Commit 3695b35dfc accounted for pointer to
other incomplete types, but pointer-to-void was missed. This caused an
inconsistency in the stored metatype for void*, which is a built-in type
(QMetaType::VoidStar) but no pointer was recorded.

The test in tst_moc hadn't been enabled because the functions in
questions weren't extracted by moc. That is fixed in this commit.

Change-Id: I6f936da6f6e84d649f70fffd1706f613517a75fb
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-08-01 14:52:22 -07:00
..
macdeployqt Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
moc QMetaType: fix void* parameters 2022-08-01 14:52:22 -07:00
qdbuscpp2xml CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
qdbusxml2cpp qdbusxml2cpp: allow choosing <> over "" 2022-07-07 07:44:16 +00:00
qmake Teach qmake about digit-grouping apostrophes in numeric literals 2022-06-17 00:05:53 +02:00
qmakelib CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
rcc rcc: Suppress clang's -Wexit-time-destructors 2022-07-07 17:53:23 +02:00
uic Make uic generate correct C++ comments 2022-05-18 11:53:26 +02:00
windeployqt CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
CMakeLists.txt Exclude tst_qmake if the build of qmake tool is disabled 2022-02-09 15:33:46 +01:00