summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobjectdefs_impl.h
Commit message (Expand)AuthorAgeFilesLines
* QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+46
* Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-021-381/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+1
|\
| * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qobject.h: remove hack that simulated decltypeOlivier Goffart2015-11-161-1/+1
|/
* Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Attempt to fix intel compiler build error.Jędrzej Nowacki2014-06-191-1/+1
* QObject: fix connection to function pointer with non-copyable references argu...Olivier Goffart2014-01-171-2/+2
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-26/+26
* Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
* Support connection to functor with multiple operator()Olivier Goffart2013-03-191-1/+35
* Mark QtPrivate::ApplyReturnType constructor as explicit.Olivier Goffart2013-03-191-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-2/+2
|\
| * Fix spellingOlivier Goffart2013-03-041-2/+2
* | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+5
* | 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
* Fix connecting to a functor with 3 argumentsOlivier Goffart2012-11-301-1/+1
* Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+121
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-251-0/+485