summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qlocale/tst_qlocale.cpp')
-rw-r--r--tests/auto/corelib/tools/qlocale/tst_qlocale.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
index ea65236d16..1acad071f7 100644
--- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
+++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
@@ -74,8 +74,6 @@ extern "C" DWORD GetThreadLocale(void) {
# include <stdlib.h>
#endif
-Q_DECLARE_METATYPE(qlonglong)
-Q_DECLARE_METATYPE(QDate)
Q_DECLARE_METATYPE(QLocale::FormatType)
class tst_QLocale : public QObject
@@ -957,7 +955,6 @@ void tst_QLocale::formatDate()
QCOMPARE(l.toString(date, format), result);
}
-Q_DECLARE_METATYPE(QTime)
void tst_QLocale::formatTime_data()
{