From e63b831bbdee89decbe8c2f06110e8ac56ef9e2b Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Sat, 18 May 2013 16:26:16 +0200 Subject: moc: Fix Generator::registerableMetaType when the type is a pointer to a registerable 1 argument template type. Task-number: QTBUG-31002 Change-Id: Iac0d6b71b2b805a1876110a0781d02188083c4e5 Reviewed-by: Stephen Kelly --- tests/auto/tools/moc/tst_moc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/auto/tools/moc/tst_moc.cpp b/tests/auto/tools/moc/tst_moc.cpp index 923275d928..3459bede85 100644 --- a/tests/auto/tools/moc/tst_moc.cpp +++ b/tests/auto/tools/moc/tst_moc.cpp @@ -325,6 +325,8 @@ public slots: signals: void signalWithArray(const double[3]); void signalWithNamedArray(const double namedArray[3]); + void signalWithIterator(QList::iterator); + void signalWithListPointer(QList*); //QTBUG-31002 private slots: // for tst_Moc::preprocessorConditionals -- cgit v1.2.3