From 60b17b0231984fc9f8328b58a95a59294effed5e Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 18 Sep 2015 09:07:57 +0200 Subject: [PATCH] Fix documentation of new method Change-Id: I7accaac765f5514b67279b640de7f98c8042c35a Reviewed-by: Thiago Macieira --- src/dbus/qdbusmessage.cpp | 4 ++-- 1 file 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.