aboutsummaryrefslogtreecommitdiffstats
path: root/generator/parser/parser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-23Parse new Q_ENUM Qt macro introduced with Qt 5.5.Bart Vanhauwaert1-1/+2
We do the same thing as moc and just treat it as a Q_ENUMS(...) macro since Q_ENUM's syntactic use should be a strict subset of Q_ENUMS'