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/padnavigator/roundrectitem.h | |
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/padnavigator/roundrectitem.h')
-rw-r--r-- | examples/graphicsview/padnavigator/roundrectitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |