qdoc3: Don't put \relates in class member functions.
authorMartin Smith <martin.smith@nokia.com>
Thu, 12 Jan 2012 08:04:53 +0000 (09:04 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Jan 2012 03:04:04 +0000 (04:04 +0100)
This removes two uses of \relates that were unnecessary.

Task-number:  QTBUG-23600
Change-Id: Id9bbcfa6f95d42ad552054e4839dbacb69fd1b2a
Reviewed-by: Martin Smith <martin.smith@nokia.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/dbus/qdbusconnection.cpp

index 8b519e6..1e3e630 100644 (file)
@@ -124,7 +124,6 @@ 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 application terminates,
@@ -132,7 +131,6 @@ void QDBusConnectionManager::setConnection(const QString &name, QDBusConnectionP
 */
 /*!
     \fn QDBusConnection &QDBusConnection::systemBus()
-    \relates QDBusConnection
 
     Returns a QDBusConnection object opened with the system bus. The object reference returned
     by this function is valid until the QCoreApplication's destructor is run, when the