aboutsummaryrefslogtreecommitdiffstats
path: root/generator/classgenerator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude QList<QModelIndex> from Q_DECLARE_METATYPEBart Vanhauwaert2016-11-231-0/+4
| | | | | | | Special case QList<QModelIndex> to avoid Q_DECLARE_METATYPE it since it creates conflicts. Copied the WTF specifier for this code from the other special case for QStringList<QString>. May need to revisit this issue.
* Initial import.Jason A. Donenfeld2014-09-251-0/+1896