aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qquickanimators/tst_qquickanimators.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanimators/tst_qquickanimators.cpp b/tests/auto/quick/qquickanimators/tst_qquickanimators.cpp
index 34aace57a0..30a1d5a560 100644
--- a/tests/auto/quick/qquickanimators/tst_qquickanimators.cpp
+++ b/tests/auto/quick/qquickanimators/tst_qquickanimators.cpp
@@ -42,6 +42,8 @@
using namespace QQuickViewTestUtil;
+QT_BEGIN_NAMESPACE
+
class tst_Animators: public QQmlDataTest
{
Q_OBJECT
@@ -180,6 +182,8 @@ void tst_Animators::testTransitionsWithImplicitFrom()
QVERIFY(controller->m_runningAnimators.isEmpty());
}
+QT_END_NAMESPACE
+
QTEST_MAIN(tst_Animators)
#include "tst_qquickanimators.moc"