summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxrect.cpp')
-rw-r--r--src/declarative/fx/qfxrect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxrect.cpp b/src/declarative/fx/qfxrect.cpp
index f81f9b3..90170da 100644
--- a/src/declarative/fx/qfxrect.cpp
+++ b/src/declarative/fx/qfxrect.cpp
@@ -44,7 +44,7 @@
QT_BEGIN_NAMESPACE
-QML_DEFINE_TYPE(QFxPen,Pen);
+QML_DEFINE_TYPE(QFxPen,Pen)
/*!
\internal
@@ -118,7 +118,7 @@ void QFxPen::setWidth(int w)
-QML_DEFINE_TYPE(QFxRect,Rect);
+QML_DEFINE_TYPE(QFxRect,Rect)
/*!
\qmlclass Rect QFxRect