summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-06-30 12:14:14 (GMT)
committeraxis <qt-info@nokia.com>2009-06-30 12:14:14 (GMT)
commit494902e71479c5410cb77e62ef7152125f39dc67 (patch)
tree75708c46a89522be0d90f576dfd3ebc4e59377dc /examples/graphicsview
parent44b6bc1e3391b874ceb1703e2965851c542568db (diff)
downloadQt-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.h2
-rw-r--r--examples/graphicsview/padnavigator/roundrectitem.h2
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
{