qdoc3: Don't put \relates in class member functions.
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>
This commit is contained in:
parent
1c53694a17
commit
9b1dcfe901
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user