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=ac7170d026bd63c44a65a23caa4a4c83005a4a94;hpb=e11a07565fe5ef3dfafbf9a933d7a1575e058867;p=architektonas diff --git a/src/drawingview.h b/src/drawingview.h index ac7170d..cd76d1e 100644 --- a/src/drawingview.h +++ b/src/drawingview.h @@ -54,6 +54,8 @@ class DrawingView: public QWidget bool addLineTool; bool addCircleTool; bool addDimensionTool; +// bool selectionInProgress; +// QRectF selection; public: Action * toolAction;