summaryrefslogtreecommitdiffstats
path: root/tests/auto/domain/tst_domain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/domain/tst_domain.cpp')
-rw-r--r--tests/auto/domain/tst_domain.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/domain/tst_domain.cpp b/tests/auto/domain/tst_domain.cpp
index d9c853b4..33b68a10 100644
--- a/tests/auto/domain/tst_domain.cpp
+++ b/tests/auto/domain/tst_domain.cpp
@@ -32,11 +32,7 @@ private Q_SLOTS:
void tst_Domain::skip()
{
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP("This test requires the debug version of library");
-#else
- QSKIP("This test requires the debug version of library", SkipAll);
-#endif
}
QTEST_MAIN(tst_Domain)
@@ -49,7 +45,7 @@ QTEST_MAIN(tst_Domain)
#include <private/qabstractaxis_p.h>
#include <tst_definitions.h>
-QTCOMMERCIALCHART_USE_NAMESPACE
+QT_CHARTS_USE_NAMESPACE
Q_DECLARE_METATYPE(XYDomain*)
Q_DECLARE_METATYPE(QSizeF)