summaryrefslogtreecommitdiffstats
path: root/src/declarative/widgets/graphicswidgets.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-26 08:32:28 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-26 08:32:28 (GMT)
commitb29a83e5070410359ebed2d99b18f86bbe2d2939 (patch)
tree12f80963df2780d58be36d6365e2c65852ef9e83 /src/declarative/widgets/graphicswidgets.h
parent19038ba0847d3b8ed476d8c3c1d29332d4f80677 (diff)
downloadQt-b29a83e5070410359ebed2d99b18f86bbe2d2939.zip
Qt-b29a83e5070410359ebed2d99b18f86bbe2d2939.tar.gz
Qt-b29a83e5070410359ebed2d99b18f86bbe2d2939.tar.bz2
Remove extraneous semicolons.
Caused massive number of warnings with winscw
Diffstat (limited to 'src/declarative/widgets/graphicswidgets.h')
-rw-r--r--src/declarative/widgets/graphicswidgets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/widgets/graphicswidgets.h b/src/declarative/widgets/graphicswidgets.h
index cec15b6..e29f1d6 100644
--- a/src/declarative/widgets/graphicswidgets.h
+++ b/src/declarative/widgets/graphicswidgets.h
@@ -50,10 +50,10 @@
QT_BEGIN_NAMESPACE
-QML_DECLARE_TYPE(QGraphicsView);
-QML_DECLARE_TYPE_HASMETATYPE(QGraphicsScene);
-QML_DECLARE_TYPE(QGraphicsWidget);
-QML_DECLARE_INTERFACE_HASMETATYPE(QGraphicsItem);
+QML_DECLARE_TYPE(QGraphicsView)
+QML_DECLARE_TYPE_HASMETATYPE(QGraphicsScene)
+QML_DECLARE_TYPE(QGraphicsWidget)
+QML_DECLARE_INTERFACE_HASMETATYPE(QGraphicsItem)
QT_END_NAMESPACE