summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-251-425/+0
* RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Better error reporting in case of connection failure.Olivier Goffart2011-12-201-16/+20
* Avoid variable shadowing in qobject_impl.hKent Hansen2011-12-081-1/+1
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-0/+139
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-2/+4
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-0/+37
* New QObject connection syntaxOlivier Goffart2011-11-251-0/+354