summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-08-08 13:53:14 +0200
committerOlivier Goffart <ogoffart@woboq.com>2014-08-09 08:31:20 +0200
commit3750c677ee4cac5525f9c7be3978173037dd089d (patch)
treef606cf7dc5b5448eac3c63c84d114373de3e1705 /tests
parent6f1299c0b44c969137d28da346fc6539aac20f3b (diff)
QObject: fix valgrind warning when disconnecting
QObjectPrivate::Connection::method should never be called when the Connection was made with the function pointer syntax This caused valgrind warning about using uninitialized value on such code: QObject::connect(&o, &Object::aSignal, &o, &Object::aSlot); o.disconnect(&o, SLOT(aSlot())); Change-Id: Iaff9ecd3ddfe665db92726b420021493453c4cea Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions