summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-11-19 11:01:17 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-11-24 20:29:53 (GMT)
commit76f61c87fcdaabef668babb79e3da2fe87c1d9cc (patch)
treef95749a0a0e2f8effcb525ad940edd77a3c138f2 /src/dbus
parentaaa46d829b83eaaf276fdd68921c4dd4d4dd5d2a (diff)
downloadQt-76f61c87fcdaabef668babb79e3da2fe87c1d9cc.zip
Qt-76f61c87fcdaabef668babb79e3da2fe87c1d9cc.tar.gz
Qt-76f61c87fcdaabef668babb79e3da2fe87c1d9cc.tar.bz2
Revert "Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus itself""
This reverts commit db1cff73726ff12d50139769dc8071f9e9173261. Task-number: QTBUG-5979
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusconnection.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dbus/qdbusconnection.cpp b/src/dbus/qdbusconnection.cpp
index d3aff6d..d7088ff 100644
--- a/src/dbus/qdbusconnection.cpp
+++ b/src/dbus/qdbusconnection.cpp
@@ -1005,9 +1005,6 @@ void QDBusConnectionPrivate::setBusService(const QDBusConnection &connection)
busService = new QDBusConnectionInterface(connection, this);
ref.deref(); // busService has increased the refcounting to us
// avoid cyclic refcounting
-// if (mode != PeerMode)
- QObject::connect(busService, SIGNAL(serviceOwnerChanged(QString,QString,QString)),
- this, SIGNAL(serviceOwnerChanged(QString,QString,QString)));
QObject::connect(this, SIGNAL(callWithCallbackFailed(QDBusError,QDBusMessage)),
busService, SIGNAL(callWithCallbackFailed(QDBusError,QDBusMessage)),