summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/template-gtgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/template-gtgt.h')
-rw-r--r--tests/auto/tools/moc/template-gtgt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/moc/template-gtgt.h b/tests/auto/tools/moc/template-gtgt.h
index baa8553103..2c2f56c34d 100644
--- a/tests/auto/tools/moc/template-gtgt.h
+++ b/tests/auto/tools/moc/template-gtgt.h
@@ -39,13 +39,13 @@
**
****************************************************************************/
template<class TYPE, size_t COUNT>
-class myTemplate :
+class myTemplate :
QString,
QVector<TYPE, QList<COUNT>>
{};
template<class TYPE, size_t COUNT>
-class myTemplate2 :
+class myTemplate2 :
QString,
QVector<TYPE, QList< (4 >> 2) >>
{};