diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-25 12:26:29 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-25 12:26:29 (GMT) |
commit | ee9f4d82f4259a8db11a56808acab77eb21e3510 (patch) | |
tree | 455bb4d348e52a0c9f25e20259d144c4d14cd8d9 /src/plugins | |
parent | 67601dec71ee5b1ab1dd66bb55e00889bfeccb42 (diff) | |
download | Qt-ee9f4d82f4259a8db11a56808acab77eb21e3510.zip Qt-ee9f4d82f4259a8db11a56808acab77eb21e3510.tar.gz Qt-ee9f4d82f4259a8db11a56808acab77eb21e3510.tar.bz2 |
Doc: Fixed qdoc warning.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/bearer/icd/dbusdispatcher.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/bearer/icd/dbusdispatcher.cpp b/src/plugins/bearer/icd/dbusdispatcher.cpp index 5fc2a38..5f9be74 100644 --- a/src/plugins/bearer/icd/dbusdispatcher.cpp +++ b/src/plugins/bearer/icd/dbusdispatcher.cpp @@ -51,10 +51,10 @@ namespace Maemo { /*! - \class DBusDispatcher + \class Maemo::DBusDispatcher - \brief DBusDispatcher is a class, which is able to send DBUS method call - messages and receive unicast signals from DBUS object. + \brief DBusDispatcher is a class that can send DBUS method call + messages and receive unicast signals from DBUS objects. */ class DBusDispatcherPrivate |