aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlnotifier
Commit message (Expand)AuthorAgeFilesLines
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-21/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Don't call receivers from disconnectNotifyAlan Alpert2013-11-171-1/+2
* Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-111-2/+2
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-0/+2
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-23/+23
* Make connectNotify() work with QMLThomas McGuire2012-08-223-0/+382