summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qisenum.h
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-15/+2
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+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
* Fix some syncqt warnings.Lars Knoll2012-08-011-0/+6
* Merge master into api_changesKent Hansen2012-03-271-6/+0
|\
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
* | Use clang's builtin is_enum, if availableJoão Abecasis2012-03-211-3/+9
|/
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+64