qt5base-lts/src/dbus
Sergio Ahumada 57efe2f626 dbus: Include own headers first
cpp files should include their own headers first (but below config.h)

Change-Id: I4115604aee3211118e2ecf604067f3559dbb9f4c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-19 22:27:11 +02:00
..
doc Do not include /examples in qdocconfs. 2012-09-11 12:09:47 +02:00
dbus.pro Add qdbusconnectionmanager_p.h to the HEADER list. 2012-09-14 01:01:52 +02:00
qdbus_symbols_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbus_symbols.cpp Add a way for QtDBus to force a call to dbus_shutdown 2012-08-25 10:34:39 +02:00
qdbusabstractadaptor_p.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusabstractadaptor.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusabstractadaptor.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusabstractinterface_p.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02: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
qdbusargument_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusargument.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusargument.h fix compilation with conforming compilers (e.g. GCC >= 4.7) 2012-07-10 03:24:15 +02:00
qdbusconnection_p.h Fix QDBusServer with more than one connection 2012-09-14 01:02:06 +02:00
qdbusconnection.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusconnection.h QtDBus: make some constructors explicit 2012-03-12 15:22:30 +01:00
qdbusconnectioninterface.cpp Port QtDBus to QMetaMethod-based connectNotify() 2012-05-01 01:18:03 +02:00
qdbusconnectioninterface.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusconnectionmanager_p.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
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
qdbusdemarshaller.cpp Don't use obsolete qVariantValue, qVariantCanConvert, etc. 2012-05-02 08:30:59 +02:00
qdbuserror.cpp QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T") 2012-07-24 20:11:05 +02:00
qdbuserror.h QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T") 2012-07-24 20:11:05 +02:00
qdbusextratypes.cpp Replace const QLatin1String & with QLatin1String where appropriate 2012-05-25 21:49:21 +02:00
qdbusextratypes.h Remove obsolete or commented use of Q_DECLARE_METATYPE. 2012-07-24 10:46:24 +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
qdbusintegrator.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusinterface_p.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusinterface.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusinterface.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusinternalfilters.cpp Remove qLowerBound usages from qtbase 2012-09-19 16:12:30 +02:00
qdbusintrospection_p.h QtDBus: added missing QT_NO_DBUS guards 2012-09-14 01:02:17 +02:00
qdbusintrospection.cpp Doc: Add \inmodule QtDBus to all QtDBus class doc bodies 2012-08-23 13:22:23 +02:00
qdbusmacros.h Clean up the EXPORT macros in qglobal.h. 2012-06-29 00:27:18 +02:00
qdbusmarshaller.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusmessage_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmessage.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusmessage.h QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T") 2012-07-24 20:11:05 +02:00
qdbusmetaobject_p.h QtDBus: added missing QT_NO_DBUS guards 2012-09-14 01:02:17 +02:00
qdbusmetaobject.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusmetatype_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmetatype.cpp dbus: Include own headers first 2012-09-19 22:27:11 +02:00
qdbusmetatype.h QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T") 2012-07-24 20:11:05 +02:00
qdbusmisc.cpp Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
qdbuspendingcall_p.h QDBusPendingCallPrivate: save 8 bytes on 64-bit archs 2012-09-03 13:41:55 +02:00
qdbuspendingcall.cpp Merge branch 'docs-refactoring' into master 2012-05-10 09:11:23 +02:00
qdbuspendingcall.h QtDBus: declare some classes as shared 2012-07-10 03:24:27 +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 Fix QDBusServer with more than one connection 2012-09-14 01:02:06 +02: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 make src/tools/ compile without CamelCase headers 2012-09-19 19:54:44 +02:00
qdbusunixfiledescriptor.h make src/tools/ compile without CamelCase headers 2012-09-19 19:54:44 +02:00
qdbusutil_p.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusutil.cpp Add const & to foreach 'iterators' 2012-06-27 14:43:00 +02:00
qdbusvirtualobject.cpp Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
qdbusvirtualobject.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusxmlgenerator.cpp Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
qdbusxmlparser_p.h Fix missing or improper include guard in headers 2012-09-09 08:50:48 +02:00
qdbusxmlparser.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
Qt5DBusConfigExtras.cmake.in Create IMPORTED CMake targets for executables. 2012-07-25 13:59:15 +02:00
Qt5DBusMacros.cmake Create IMPORTED CMake targets for executables. 2012-07-25 13:59:15 +02:00