Remove Qt3Support code from qtdeclarative module
Change-Id: I7da1286486a138042717241461062883aacc6250 Task-number: QTBUG-19325 Reviewed-by: Rohan McGovern
This commit is contained in:
parent
b6b1aebf48
commit
d2a49efb79
|
@ -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));
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue