summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+2
* Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-1/+0
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-3/+3
|\
| * Fix copy-paste errors in QtPrivate::ConnectionTypesOlivier Goffart2013-02-061-3/+3
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-261-7/+10
* QSlotObjectBase: make Operation enum protectedMarc Mutz2012-08-261-3/+5
* QSlotObjectBase: remove misleading commentMarc Mutz2012-08-261-1/+1
* QSlotObjectBase: re-enable tail-call optimisation in impl()Marc Mutz2012-08-151-19/+19
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-151-0/+98
* 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