summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringref/tst_qstringref.cpp')
-rw-r--r--tests/auto/corelib/tools/qstringref/tst_qstringref.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
index df9158da99..c56f12d650 100644
--- a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
+++ b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
@@ -46,7 +46,6 @@
#include <qlocale.h>
#include <locale.h>
-Q_DECLARE_METATYPE(qlonglong)
class tst_QStringRef : public QObject
{
@@ -84,9 +83,6 @@ static QStringRef emptyRef()
typedef QList<int> IntList;
-Q_DECLARE_METATYPE(QList<QVariant>)
-Q_DECLARE_METATYPE(IntList)
-
// This next bit is needed for the NAN and INF in string -> number conversion tests
#include <float.h>
#include <limits.h>