diff options
author | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-08-06 06:45:58 (GMT) |
---|---|---|
committer | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-08-06 06:45:58 (GMT) |
commit | 3bd331df2fc2ba7b6b201cd3a5dfda326ffb262d (patch) | |
tree | fb8710c51725e21a0895f7ec604b4f9a2b222108 /Swift/QtUI/Whiteboard/GView.h | |
parent | 75698ca17add2101fcbeac0e694044307474f924 (diff) | |
download | swift-contrib-3bd331df2fc2ba7b6b201cd3a5dfda326ffb262d.zip swift-contrib-3bd331df2fc2ba7b6b201cd3a5dfda326ffb262d.tar.bz2 |
Removed useless filledhandline icon
Diffstat (limited to 'Swift/QtUI/Whiteboard/GView.h')
-rw-r--r-- | Swift/QtUI/Whiteboard/GView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/Whiteboard/GView.h b/Swift/QtUI/Whiteboard/GView.h index 8f3fdeb..71c865c 100644 --- a/Swift/QtUI/Whiteboard/GView.h +++ b/Swift/QtUI/Whiteboard/GView.h @@ -20,7 +20,7 @@ namespace Swift { class GView : public QGraphicsView { Q_OBJECT; public: - enum Mode { Rubber, Line, Rect, Circle, HandLine, FilledHandLine, Text, Polygon, Select }; + enum Mode { Rubber, Line, Rect, Circle, HandLine, Text, Polygon, Select }; enum Type { New, Update, MoveUp, MoveDown }; GView(QGraphicsScene* scene, QWidget* parent = 0); void setLineWidth(int i); |