summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-03 18:17:47 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-03 18:17:47 (GMT)
commitd8416650ae9d345f289bd697461891dede7c410c (patch)
tree1644598be68bbe8d7b23064a92d9228484ad47dd /src/dbus
parent526fbec417fcdae715cba56fbb01182fa25a2c04 (diff)
downloadQt-d8416650ae9d345f289bd697461891dede7c410c.zip
Qt-d8416650ae9d345f289bd697461891dede7c410c.tar.gz
Qt-d8416650ae9d345f289bd697461891dede7c410c.tar.bz2
Doc: Clarified the lifetime of the session bus connection.
Reviewed-by: Thiago Macieira
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusconnection.cpp6
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()