qt6-bb10/tests/auto/corelib/kernel/qobject
Olivier Goffart c2badc7423 Fix disconnect()ing from signals declared in a base class
Fix disconnection from pointer to member signal that belongs to the base
class, but whose type is a pointer to a member of the derived class.

Commit 9cc106d9d7 fixed connect, so apply
the same fix in disconnect

[ChangeLog][QtCore][QObject] Fixed disconnecting from pointer to member
signal that belongs in the base class but whose type is explicitly given
as a pointer to a member in the derived class

Task-number: QTBUG-40638
Change-Id: Ia546fc8f36e1ea0dd0645bdd820aea47f43677ac
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-08-11 16:49:01 +02:00
..
signalbug tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
test
.gitignore
qobject.pro
tst_qobject.cpp Fix disconnect()ing from signals declared in a base class 2014-08-11 16:49:01 +02:00