qt5base-lts/tests/auto/corelib/kernel/qmetamethod
Kent Hansen 5640b0b443 Add QMetaMethod::isValid() function
This function provides a proper way of determining whether a function
returned by QMetaObject::method() is valid. (Checking whether
signature() returns a 0 pointer, which e.g. testlib does, is not an
ideal API -- especially given that signature() will soon be removed
and replaced by a function that returns a QByteArray.)

Change-Id: I644f476b09904925f2042945f5d0ad744482b682
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-02-20 11:28:38 +01:00
..
qmetamethod.pro Add autotest for QMetaMethod introspection 2012-02-15 17:27:04 +01:00
tst_qmetamethod.cpp Add QMetaMethod::isValid() function 2012-02-20 11:28:38 +01:00