diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 16:52:53 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 17:50:40 -0300 |
commit | 0f9a9cf56fbe9ccb3d8ad62cb0d3563e2875b91f (patch) | |
tree | b906f3c64b050c6c9be07fae2ba0fefa5d7dde78 /qt4 | |
parent | 48daa3c5f1cafb6336054da4130e149b21adef95 (diff) |
DBusProxyFactory: Update docs.
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/TelepathyQt4/dbus-proxy-factory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt4/TelepathyQt4/dbus-proxy-factory.cpp b/qt4/TelepathyQt4/dbus-proxy-factory.cpp index fe894c7c2..e4562c952 100644 --- a/qt4/TelepathyQt4/dbus-proxy-factory.cpp +++ b/qt4/TelepathyQt4/dbus-proxy-factory.cpp @@ -64,7 +64,7 @@ struct TELEPATHY_QT4_NO_EXPORT DBusProxyFactory::Private */ /** - * Class constructor. + * Construct a new DBusProxyFactory object. * * The intention for storing the bus here is that it generally doesn't make sense to construct * proxies for multiple buses in the same context. Allowing that would lead to more complex keying @@ -145,6 +145,7 @@ PendingReady *DBusProxyFactory::nowHaveProxy(const DBusProxyPtr &proxy) const /** * \fn QString DBusProxyFactory::finalBusNameFrom(const QString &uniqueOrWellKnown) const + * * "Normalize" a bus name according to the rules for the proxy class to construct. * * Should be implemented by subclasses to transform the application-specified name \a |