qt5base-lts/tests/auto/dbus
Olivier Goffart 33cd680ddb New QMetaType representation
the QMetaType is represented as a pointer to a "vtable" in the form of
a QtPrivate::QMetaTypeInterface*

The recomanded use of QMetaType is to construct an object with
QMetaType::fromType. This does not require any registration.

There is still an id() function which will do some registration
for compatibility with Qt5. Also the patch does not really touch
the other extra things that can be registered (data stream operator,
comparison operator, iteratable, ...) and this still uses the previous
system.

This is only the change in QMetaType, other changes to use it in QVariant
and QMetaObject will follow

Change-Id: Iffad20085cf33f33447f58a68236013a8b60fdbf
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-02-20 16:11:02 +01:00
..
qdbusabstractadaptor Merge remote-tracking branch 'origin/dev' into merge-dev 2020-01-24 13:17:33 +01:00
qdbusabstractinterface Post Merge Fixes 2020-01-24 12:29:18 +00:00
qdbusconnection Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusconnection_delayed Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusconnection_no_app Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusconnection_no_bus Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusconnection_no_libdbus Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusconnection_spyhook Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbuscontext Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusinterface Regenerate Tests 2020-01-16 08:16:17 +00:00
qdbuslocalcalls Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusmarshall Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qdbusmetaobject New QMetaType representation 2020-02-20 16:11:02 +01:00
qdbusmetatype Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-11-19 13:53:21 +01:00
qdbuspendingcall Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbuspendingreply Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusreply Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusservicewatcher Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbusthreading Regenerate tests/auto/dbus 2019-11-13 10:11:39 +00:00
qdbustype Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qdbusxmlparser Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
CMakeLists.txt Regenerate some of the test projects that do SUBDIRS += foo 2019-08-07 11:55:38 +00:00
dbus.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00