Remove Qt3Support code from qtdeclarative module
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 20 May 2011 01:33:02 +0000 (11:33 +1000)
committerJason McDonald <jason.mcdonald@nokia.com>
Fri, 20 May 2011 02:09:22 +0000 (12:09 +1000)
Change-Id: I7da1286486a138042717241461062883aacc6250
Task-number: QTBUG-19325
Reviewed-by: Rohan McGovern
tests/auto/declarative/qdeclarativemetatype/tst_qdeclarativemetatype.cpp

index 87825d2..b72236d 100644 (file)
@@ -191,10 +191,6 @@ void tst_qdeclarativemetatype::copy()
     variantHash.insert("Hello World!", QVariant(19));
     QT_COPY_TEST(QVariantHash, variantHash);
 
-#ifdef QT3_SUPPORT
-    QT_COPY_TEST(QColorGroup, QColorGroup(Qt::red, Qt::red, Qt::red, Qt::red, Qt::red, Qt::red, Qt::red));
-#endif
-
     QT_COPY_TEST(QFont, QFont("Helvetica", 1024));
 
     {