diff options
author | axis <qt-info@nokia.com> | 2009-06-30 12:14:14 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-30 12:14:14 (GMT) |
commit | 494902e71479c5410cb77e62ef7152125f39dc67 (patch) | |
tree | 75708c46a89522be0d90f576dfd3ebc4e59377dc /examples/graphicsview | |
parent | 44b6bc1e3391b874ceb1703e2965851c542568db (diff) | |
download | Qt-494902e71479c5410cb77e62ef7152125f39dc67.zip Qt-494902e71479c5410cb77e62ef7152125f39dc67.tar.gz Qt-494902e71479c5410cb77e62ef7152125f39dc67.tar.bz2 |
Removed warnings because of extra semicolons.
Diffstat (limited to 'examples/graphicsview')
-rw-r--r-- | examples/graphicsview/padnavigator/panel.h | 2 | ||||
-rw-r--r-- | examples/graphicsview/padnavigator/roundrectitem.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/graphicsview/padnavigator/panel.h b/examples/graphicsview/padnavigator/panel.h index 03876b7..62e8cb6 100644 --- a/examples/graphicsview/padnavigator/panel.h +++ b/examples/graphicsview/padnavigator/panel.h @@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE class QTimeLine; class Ui_BackSide; -QT_END_NAMESPACE; +QT_END_NAMESPACE class RoundRectItem; diff --git a/examples/graphicsview/padnavigator/roundrectitem.h b/examples/graphicsview/padnavigator/roundrectitem.h index 33e33d7..ef9eb0f 100644 --- a/examples/graphicsview/padnavigator/roundrectitem.h +++ b/examples/graphicsview/padnavigator/roundrectitem.h @@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE class QGraphicsProxyWidget; -QT_END_NAMESPACE; +QT_END_NAMESPACE class RoundRectItem : public QObject, public QGraphicsRectItem { |