diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-26 08:32:28 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-26 08:32:28 (GMT) |
commit | b29a83e5070410359ebed2d99b18f86bbe2d2939 (patch) | |
tree | 12f80963df2780d58be36d6365e2c65852ef9e83 /src/declarative/fx/qfxmouseregion.h | |
parent | 19038ba0847d3b8ed476d8c3c1d29332d4f80677 (diff) | |
download | Qt-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/fx/qfxmouseregion.h')
-rw-r--r-- | src/declarative/fx/qfxmouseregion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxmouseregion.h b/src/declarative/fx/qfxmouseregion.h index 1d1ec93..d7db1dc 100644 --- a/src/declarative/fx/qfxmouseregion.h +++ b/src/declarative/fx/qfxmouseregion.h @@ -86,7 +86,7 @@ private: int _ymax; Q_DISABLE_COPY(QFxDrag) }; -QML_DECLARE_TYPE(QFxDrag); +QML_DECLARE_TYPE(QFxDrag) class QFxMouseEvent; class QFxMouseRegionPrivate; @@ -154,7 +154,7 @@ private: Q_DISABLE_COPY(QFxMouseRegion) Q_DECLARE_PRIVATE(QFxMouseRegion) }; -QML_DECLARE_TYPE(QFxMouseRegion); +QML_DECLARE_TYPE(QFxMouseRegion) QT_END_NAMESPACE |