]> Shamusworld >> Repos - architektonas/blobdiff - src/drawingview.h
Object movement and moving objects to intersections.
[architektonas] / src / drawingview.h
index 780c81214bf81c360bf53901478fb1421d390d6d..1af3a7776506a98fe1de0fbeec85a699ab90e88b 100644 (file)
@@ -88,9 +88,8 @@ class DrawingView: public QWidget
                Point toolPoint[32];
                Point intersectionPoint;
                bool hoveringIntersection;
-
-//     public:
-//             static Container document;
+               Object * dragged;
+               bool draggingObject;
 };
 
 #endif // __DRAWINGVIEW_H__