From b8e883bdb034795a1cfa56c26e34f109b97050b0 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 19 Nov 2012 17:31:28 +0100 Subject: 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 --- src/dbus/qdbusconnectioninterface.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/dbus/qdbusconnectioninterface.cpp b/src/dbus/qdbusconnectioninterface.cpp index ea8388006a..9a59f9556a 100644 --- a/src/dbus/qdbusconnectioninterface.cpp +++ b/src/dbus/qdbusconnectioninterface.cpp @@ -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 -- cgit v1.2.3