qt6-bb10/src/dbus
Topi Reinio d159fe199f Doc: Update examplesinstallpath to include the repository name
The examplesinstallpath variable in .qdocconf files defines the path
under QT_INSTALL_EXAMPLES where examples are found.

To match the way examples are packaged in Qt 5.6, prefix each
install path with the repository name.

Task-number: QTBUG-48736
Change-Id: I6a35c94fdacaad21cd044411aba02027b9019300
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
2015-10-21 09:50:16 +00:00
..
doc Doc: Update examplesinstallpath to include the repository name 2015-10-21 09:50:16 +00:00
Qt5DBusConfigExtras.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5DBusMacros.cmake Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dbus.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00
dbus_minimal_p.h Fix missing "We mean it" in qtbase private headers 2015-10-01 21:09:05 +00:00
qdbus_symbols.cpp dbus: allow dbus_shutdown() on QT_NO_LIBRARY && QT_LINKED_LIBDBUS 2015-07-06 14:15:53 +00:00
qdbus_symbols_p.h Implement the blocking QtDBus call in terms of the non-blocking one 2015-09-15 02:08:34 +00:00
qdbusabstractadaptor.cpp dbus: Use QList::reserve(), reduces reallocations. 2015-06-23 12:46:36 +00:00
qdbusabstractadaptor.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusabstractadaptor_p.h QtDBus: mark QDBusAdaptorConnector::AdaptorData as primitive 2015-07-08 12:30:55 +00:00
qdbusabstractinterface.cpp Fix deadlock on disconnectNotify() called from ~QObject 2015-09-25 07:45:06 +00:00
qdbusabstractinterface.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusabstractinterface_p.h Fix deadlock on disconnectNotify() called from ~QObject 2015-09-25 07:45:06 +00:00
qdbusargument.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusargument.h QDBusArgument: declare as shared-come-Qt6 2015-07-18 13:32:53 +00:00
qdbusargument_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusconnection.cpp Make sure we don't deadlock when connecting signals 2015-09-15 02:08:57 +00:00
qdbusconnection.h QDBusConnection: declare as shared-come-Qt6 2015-07-19 10:33:23 +00:00
qdbusconnection_p.h QDBusConnection: Remove unused members 2015-10-15 16:20:32 +00:00
qdbusconnectioninterface.cpp Use QStringLiteral where applicable in QtDBus 2015-03-31 06:50:42 +00:00
qdbusconnectioninterface.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusconnectionmanager_p.h Merge two Q_GLOBAL_STATICS into another and solve memory leak 2015-09-15 02:08:47 +00:00
qdbuscontext.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuscontext.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuscontext_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusdemarshaller.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuserror.cpp QDBusError: Disable function that isn't used in bootstrapped builds 2015-08-06 07:34:20 +00:00
qdbuserror.h QDBusError: declare as shared-come-Qt6 2015-07-18 13:32:59 +00:00
qdbusextratypes.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusextratypes.h Mark QDBus{ObjectPath,Signature,Variant} shared-come-qt6 2015-07-19 18:13:37 +00:00
qdbusintegrator.cpp Fix deadlock on disconnectNotify() called from ~QObject 2015-09-25 07:45:06 +00:00
qdbusintegrator_p.h Remove the event callbacks in QDBusConnectionPrivate 2015-09-15 02:08:48 +00:00
qdbusinterface.cpp dbus: Use QList::reserve(), reduces reallocations. 2015-06-23 12:46:36 +00:00
qdbusinterface.h QtDBus: Use Q_NULLPTR instead of 0 in all public headers 2015-07-04 06:03:29 +00:00
qdbusinterface_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusinternalfilters.cpp Fix crash in QMetaProperty::write for custom types and conversion 2015-10-09 07:59:07 +00:00
qdbusintrospection.cpp Remove documentation of QDBusIntrospection::Object::introspection. 2015-02-25 11:36:38 +00:00
qdbusintrospection_p.h Remove Q_DECLARE_TYPEINFO that causes a build error 2015-08-22 22:26:16 +00:00
qdbusmacros.h Remove <qhash.h> where it's not used 2015-04-20 07:41:34 +00:00
qdbusmarshaller.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmessage.cpp Fix documentation of new method 2015-10-08 07:05:33 +00:00
qdbusmessage.h QDBusMessage: declare as shared-come-Qt6 2015-07-18 13:33:04 +00:00
qdbusmessage_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmetaobject.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmetaobject_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmetatype.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmetatype.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmetatype_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusmisc.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuspendingcall.cpp QDBusPendingCall: Remove unused member 2015-10-15 16:20:30 +00:00
qdbuspendingcall.h QtDBus: Use Q_NULLPTR instead of 0 in all public headers 2015-07-04 06:03:29 +00:00
qdbuspendingcall_p.h QDBusPendingCall: Remove unused member 2015-10-15 16:20:30 +00:00
qdbuspendingreply.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuspendingreply.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusreply.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusreply.h QtDBus: Use Q_NULLPTR instead of 0 in all public headers 2015-07-04 06:03:29 +00:00
qdbusserver.cpp QDBusServer: Fix uninitialized member 2015-10-15 16:20:35 +00:00
qdbusserver.h And move the creation of connections to the thread 2015-09-15 02:08:45 +00:00
qdbusservicewatcher.cpp QDBusServiceWatcher: Move the logic to QDBusConnectionPrivate 2015-09-15 02:08:50 +00:00
qdbusservicewatcher.h QDBusServiceWatcher: Move the logic to QDBusConnectionPrivate 2015-09-15 02:08:50 +00:00
qdbusthreaddebug_p.h And move the sending of other types of D-Bus messages to the thread 2015-09-15 02:08:43 +00:00
qdbusunixfiledescriptor.cpp Doc:added doc to undocumented functions 2015-07-22 13:47:23 +00:00
qdbusunixfiledescriptor.h QtDBus: make all Q_DECLARE_SHARED types nothrow move-assignable 2015-06-30 10:57:27 +00:00
qdbusutil.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusutil_p.h Use QStringLiteral where applicable in QtDBus 2015-03-31 06:50:42 +00:00
qdbusvirtualobject.cpp Doc: added doc for non-documented functions 2015-05-18 08:01:37 +00:00
qdbusvirtualobject.h QtDBus: Use Q_NULLPTR instead of 0 in all public headers 2015-07-04 06:03:29 +00:00
qdbusxmlgenerator.cpp Skip non-exported slots early when creating a XML interface description. 2015-03-25 10:11:51 +00:00
qdbusxmlparser.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusxmlparser_p.h Update copyright headers 2015-02-11 06:49:51 +00:00