qt5base-lts/tests/auto/corelib/kernel/qobject
Olivier Goffart c0323cfbaf Test connecting to virtual function pointer
The C++ standard says that the comparison between pointer to virtual
function is unspecified (C++11 $5.10.2)
But we still may rely on it for the Qt::UniqueConnection and the
disconnection

So test if it works while using the same function.
Using function from different classes works for me, but we should
probably not assume it works. I left it commented in the test for
reference.

Change-Id: I1d9b91d4cc1a424d4f43ef2ee4981b8573f1e86f
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-01-24 01:13:01 +01:00
..
signalbug Update contact information in license headers. 2012-01-23 04:04:33 +01:00
.gitignore QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
moc_oldnormalizeobject.cpp Update contact information in license headers. 2012-01-23 04:04:33 +01:00
oldnormalizeobject.h Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qobject.pro QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
tst_qobject.cpp Test connecting to virtual function pointer 2012-01-24 01:13:01 +01:00
tst_qobject.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00