X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.cpp;h=4cc846028a669576f12e8545214b54f69c1a4103;hb=7f3a6b11585376eecd80979ec3da2346c5314d88;hp=2e85bf2d3e57c0b9666099dfb81a5a796d2692ac;hpb=c85958d34fac175452fe420ff24ea82f26d6f1f3;p=architektonas diff --git a/src/object.cpp b/src/object.cpp index 2e85bf2..4cc8460 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -34,6 +34,8 @@ bool Object::selectionInProgress = false; QRectF Object::selection; double Object::gridSpacing; int Object::currentLayer = 0; +Point Object::snapPoint; +bool Object::snapPointIsValid = false; Object::Object(): position(Vector(0, 0)), parent(0), type(OTObject),