summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxevents_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxevents_p.h')
-rw-r--r--src/declarative/fx/qfxevents_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxevents_p.h b/src/declarative/fx/qfxevents_p.h
index bcd9f2d..2eb29af 100644
--- a/src/declarative/fx/qfxevents_p.h
+++ b/src/declarative/fx/qfxevents_p.h
@@ -78,7 +78,7 @@ private:
QKeyEvent event;
};
-QML_DECLARE_TYPE(QFxKeyEvent);
+QML_DECLARE_TYPE(QFxKeyEvent)
class QFxMouseEvent : public QObject
{
@@ -120,7 +120,7 @@ private:
bool _accepted;
};
-QML_DECLARE_TYPE(QFxMouseEvent);
+QML_DECLARE_TYPE(QFxMouseEvent)
QT_END_NAMESPACE