qt5base-lts/tests/auto/dbus/qdbusconnection
Alberto Mardegan 748abf9347 Add QDBusMessage::createTargetedSignal()
The QDBusMessage::createSignal() static method doesn't take a parameter
for specifying the destination service of the signal. While this is not
a widely used feature, it can be useful to avoid waking up all connected
clients when the service knows what are the clients which are interested
in the signal.

This commit adds a QDBusMessage::createTargetedSignal() method which
also takes the destination service as its first parameter.

Change-Id: I9fdca53673a6944c39c93c1efd69a9d02859684e
Task-number: QTBUG-44704
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-03-14 19:01:49 +00:00
..
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
qdbusconnection.pro tests: Mark tst_qdbus* tests as insignificant on OS X 2014-03-13 13:25:49 +01:00
tst_qdbusconnection.cpp Add QDBusMessage::createTargetedSignal() 2015-03-14 19:01:49 +00:00