diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-19 12:21:04 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-24 20:29:53 (GMT) |
commit | 8a820c790f2316052819148e344a3cd197877433 (patch) | |
tree | c89750f9efe2ee7681d829b334e7cfecdfda1f3f /src/dbus/qdbusconnectioninterface.cpp | |
parent | 70d0d80e5cc11f98778234ddd20ce668551e9d9d (diff) | |
download | Qt-8a820c790f2316052819148e344a3cd197877433.zip Qt-8a820c790f2316052819148e344a3cd197877433.tar.gz Qt-8a820c790f2316052819148e344a3cd197877433.tar.bz2 |
Fix the detection of when this process gets names on the bus.
Previously, we were relying on NameOwnerChanged to notify us of our
own names. This worked because we got all NameOwnerChanged that
happened on the bus.
Now, we only get those we're interested in. Instead of watching for
newOwner==baseService, let's just use the NameAcquired and NameLost
signals, that the D-Bus server sends to us anyway.
Task-number: QTBUG-5979
Diffstat (limited to 'src/dbus/qdbusconnectioninterface.cpp')
0 files changed, 0 insertions, 0 deletions