diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-03 18:17:47 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-03 18:17:47 (GMT) |
commit | d8416650ae9d345f289bd697461891dede7c410c (patch) | |
tree | 1644598be68bbe8d7b23064a92d9228484ad47dd | |
parent | 526fbec417fcdae715cba56fbb01182fa25a2c04 (diff) | |
download | Qt-d8416650ae9d345f289bd697461891dede7c410c.zip Qt-d8416650ae9d345f289bd697461891dede7c410c.tar.gz Qt-d8416650ae9d345f289bd697461891dede7c410c.tar.bz2 |
Doc: Clarified the lifetime of the session bus connection.
Reviewed-by: Thiago Macieira
-rw-r--r-- | src/dbus/qdbusconnection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbus/qdbusconnection.cpp b/src/dbus/qdbusconnection.cpp index bf771a8..f68a8ca 100644 --- a/src/dbus/qdbusconnection.cpp +++ b/src/dbus/qdbusconnection.cpp @@ -140,9 +140,9 @@ void QDBusConnectionManager::setConnection(const QString &name, QDBusConnectionP \fn QDBusConnection &QDBusConnection::sessionBus() \relates QDBusConnection - Returns a QDBusConnection object opened with the session bus. The object reference returned - by this function is valid until the QCoreApplication's destructor is run, when the - connection will be closed and the object, deleted. + Returns a QDBusConnection object opened with the session bus. The object + reference returned by this function is valid until the application terminates, + at which point the connection will be closed and the object deleted. */ /*! \fn QDBusConnection &QDBusConnection::systemBus() |