Mark QDBusConnectionInterface::serviceOwnerChanged as deprecated.

It warns that it is deprecated if used, but it is currently not marked
as such.

Task-number: QTBUG-28082

Change-Id: Ib0bf034c188650ae77eb5550769e032490d19783
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2012-11-19 17:31:28 +01:00 committed by The Qt Project
parent a0ac93c73d
commit b8e883bdb0

View File

@ -399,6 +399,9 @@ void QDBusConnectionInterface::disconnectNotify(const QMetaMethod &signal)
/*!
\fn QDBusConnectionInterface::serviceOwnerChanged(const QString &name, const QString &oldOwner, const QString &newOwner)
\deprecated
Use QDBusServiceWatcher instead.
This signal is emitted by the D-Bus server whenever a service
ownership change happens in the bus, including apparition and