summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmltimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmltimer.h')
-rw-r--r--src/declarative/extra/qmltimer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/extra/qmltimer.h b/src/declarative/extra/qmltimer.h
index 2a73e65..0df4cb9 100644
--- a/src/declarative/extra/qmltimer.h
+++ b/src/declarative/extra/qmltimer.h
@@ -93,10 +93,11 @@ private Q_SLOTS:
void ticked();
void stateChanged(QAbstractAnimation::State,QAbstractAnimation::State);
};
-QML_DECLARE_TYPE(QmlTimer)
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QmlTimer)
+
QT_END_HEADER
#endif