summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetamethod
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+49
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-12/+12
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+27
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+37
* QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-211-22/+23
* Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-0/+10
* Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-9/+8
* Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-4/+40
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-1/+1
* Add QMetaMethod::isValid() functionKent Hansen2012-02-201-0/+15
* Add autotest for QMetaMethod introspectionKent Hansen2012-02-152-0/+620