summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qflags.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* Fix direct compilation of qtypeinfo.h and othersThiago Macieira2012-12-181-1/+2
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-3/+13
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* Mark the QFlag and QIncompatibleFlag as primitive.Stephen Kelly2012-07-281-0/+3
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
* Move QFlags to qflags.hThiago Macieira2012-04-131-0/+139