qt5base-lts/tests/auto/dbus/qdbusabstractinterface
Thiago Macieira 537679cb12 Fix wildcard signal disconnection in QDBusAbstractInterface
This has been broken forever, just like generic signal
disconnection. It didn't use to show up before because in Qt 4,
QObject's destructor would not call disconnectNotify().

Just like in the previous commit, we need to verify whether the signal
was disconnected from the last receiver. A wildcard disconnect might
be disconnecting only from a specific receiver.

Task-number: QTBUG-29498
Change-Id: I0790128ea878fdf3ac563c99d96c6aa7d270e9a3
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
2013-03-19 07:03:25 +01:00
..
qpinger Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
test Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
interface.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
interface.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
org.qtproject.QtDBus.Pinger.xml Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
pinger.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
pinger.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qdbusabstractinterface.pro Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
tst_qdbusabstractinterface.cpp Fix wildcard signal disconnection in QDBusAbstractInterface 2013-03-19 07:03:25 +01:00