X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;fp=src%2Fglobal.h;h=6418b7f92587bdcec5730ed0fc811f73a38d7dff;hb=3c890e51a9763ffcee49e15753453a7da248272b;hp=597ceadf0fa5762cef44c0cb7ff33adb8a68548c;hpb=41644f6a841b45cb6f1f7a96c93fd550f67a7974;p=architektonas diff --git a/src/global.h b/src/global.h index 597cead..6418b7f 100644 --- a/src/global.h +++ b/src/global.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include "rect.h" #include "vector.h" class QFont; @@ -24,7 +24,7 @@ class Global public: static double gridSpacing; static bool selectionInProgress; - static QRectF selection; + static Rect selection; static QFont * font; static Point snapPoint; static bool snapPointIsValid;