Fix documentation of new method

Change-Id: I7accaac765f5514b67279b640de7f98c8042c35a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Lars Knoll 2015-09-18 09:07:57 +02:00
parent f89803e459
commit 60b17b0231

View File

@ -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.