summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-09-18 09:07:57 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2015-10-08 07:05:33 +0000
commit60b17b0231984fc9f8328b58a95a59294effed5e (patch)
treedf1952227470732c9cb077ef031b543339b8663e
parentf89803e459ca02ad4be0c2e1620b80b0cb248642 (diff)
Fix documentation of new method
Change-Id: I7accaac765f5514b67279b640de7f98c8042c35a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/dbus/qdbusmessage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus/qdbusmessage.cpp b/src/dbus/qdbusmessage.cpp
index 302d94696d..32b7787514 100644
--- a/src/dbus/qdbusmessage.cpp
+++ b/src/dbus/qdbusmessage.cpp
@@ -378,10 +378,10 @@ QDBusMessage QDBusMessage::createSignal(const QString &path, const QString &inte
\since 5.6
Constructs a new DBus message with the given \a path, \a interface
- and \a name, representing a signal emission to \a destination.
+ and \a name, representing a signal emission to a specific destination.
A DBus signal is emitted from one application and is received only by
- the application owning the destination service name.
+ the application owning the destination \a service name.
The QDBusMessage object that is returned can be sent using the
QDBusConnection::send() function.