aboutsummaryrefslogtreecommitdiffstats
path: root/generator/classgenerator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-23Exclude QList<QModelIndex> from Q_DECLARE_METATYPEBart Vanhauwaert1-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.