X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdrawingview.h;h=cd76d1e9aba034be6e7e93ce335280bc42e48530;hb=d549bfdc8c872b966b9d787c00e5e8027366093c;hp=eaf8826f564e4d6ab747ed78bd61bb6044de6c8a;hpb=ef811c836c00cc94ce1eaea5c2e77e5278298b18;p=architektonas diff --git a/src/drawingview.h b/src/drawingview.h index eaf8826..cd76d1e 100644 --- a/src/drawingview.h +++ b/src/drawingview.h @@ -54,8 +54,8 @@ class DrawingView: public QWidget bool addLineTool; bool addCircleTool; bool addDimensionTool; - bool selectionInProgress; - QRectF selection; +// bool selectionInProgress; +// QRectF selection; public: Action * toolAction;