qt6-bb10/src/dbus
Jędrzej Nowacki db06953ca1 Replace QVariant::typeToName usage by QMetaType::typeName call.
Type information is kept in QMetaType class. QVariant is delegating
operations, so it is better to use QMetaType directly.

Change-Id: I91209fa1c9dc4303d6bd47c96824d3cd64ce5291
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-05-28 03:30:21 +02:00
..
doc Doc: Add a default license footer. 2012-05-11 17:39:13 +02:00
Qt5DBusConfigExtras.cmake.in Remove duplicate include for the macros. 2012-05-16 12:04:18 +02:00
Qt5DBusMacros.cmake Move CMake macros and tests for dbus tools from qttools. 2012-03-18 14:14:57 +01:00
dbus.pro Doc: Add "make docs" targets for libraries. 2012-05-09 08:37:35 +02:00
qdbus_symbols.cpp qdbusxml2cpp: fix build on Windows 2012-04-19 01:57:58 +02:00
qdbus_symbols_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusabstractadaptor.cpp Remove QMetaObjectExtraData and put everything into QMetaObject 2012-04-25 20:19:29 +02:00
qdbusabstractadaptor.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusabstractadaptor_p.h Port QDBusAdaptorConnector meta-object to revision 6 2012-02-20 15:17:08 +01:00
qdbusabstractinterface.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbusabstractinterface.h Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusabstractinterface_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusargument.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbusargument.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusargument_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusconnection.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusconnection.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusconnection_p.h Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusconnectioninterface.cpp Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusconnectioninterface.h Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusconnectionmanager_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuscontext.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbuscontext.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuscontext_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusdemarshaller.cpp Don't use obsolete qVariantValue, qVariantCanConvert, etc. 2012-05-02 08:30:59 +02:00
qdbuserror.cpp Introduce the new UnknownProperty and PropertyReadOnly errors 2012-04-16 00:07:49 +02:00
qdbuserror.h Introduce the new UnknownProperty and PropertyReadOnly errors 2012-04-16 00:07:49 +02:00
qdbusextratypes.cpp Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qdbusextratypes.h Replace `const QLatin1String &` with `QLatin1String` where appropriate 2012-05-25 21:49:21 +02:00
qdbusintegrator.cpp Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusintegrator_p.h Use QVector<int> instead of QList<int> for storing metatypes in QtDBus 2012-03-24 17:07:52 +01:00
qdbusinterface.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbusinterface.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusinterface_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusinternalfilters.cpp Introduce the new UnknownProperty and PropertyReadOnly errors 2012-04-16 00:07:49 +02:00
qdbusintrospection.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusintrospection_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmacros.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmarshaller.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusmessage.cpp Remove the usage of deprecated qdoc macros. 2012-03-02 23:16:25 +01:00
qdbusmessage.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmessage_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmetaobject.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusmetaobject_p.h Port QDBusMetaObject to Qt5 meta-property/method descriptor format 2012-02-29 12:50:14 +01:00
qdbusmetatype.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbusmetatype.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmetatype_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmisc.cpp Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
qdbuspendingcall.cpp Merge branch 'docs-refactoring' into master 2012-05-10 09:11:23 +02:00
qdbuspendingcall.h QtDBus: add member-swap to shared classes 2012-05-09 02:39:08 +02:00
qdbuspendingcall_p.h Merge master into api_changes 2012-03-27 19:22:48 +02:00
qdbuspendingreply.cpp Doc: Modularize QtDBus documentation and add missing file to QtNetwork. 2012-05-09 08:36:17 +02:00
qdbuspendingreply.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusreply.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusreply.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusserver.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusserver.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusservicewatcher.cpp Remove the usage of deprecated qdoc macros. 2012-03-02 23:16:25 +01:00
qdbusservicewatcher.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusthreaddebug_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusunixfiledescriptor.cpp Fix QtDBus compilation for -qconfig large 2012-05-21 16:02:06 +02:00
qdbusunixfiledescriptor.h QtDBus: add member-swap to shared classes 2012-05-09 02:39:08 +02:00
qdbusutil.cpp Make some DBus classes bootstrapping-ready. 2012-03-14 20:00:00 +01:00
qdbusutil_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusvirtualobject.cpp Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
qdbusvirtualobject.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusxmlgenerator.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusxmlparser.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusxmlparser_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00