X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fapplicationwindow.h;h=9432d81347b085df0d6f8fc604b43323e4c45a2c;hb=a42277d4d950d32459b16b3ec8ee8287c9c0afab;hp=bc65da264d904332d2915776889f51f36c795d68;hpb=11cff81f10ccca1b31288fce04d696e715b922b0;p=architektonas diff --git a/src/applicationwindow.h b/src/applicationwindow.h index bc65da2..9432d81 100644 --- a/src/applicationwindow.h +++ b/src/applicationwindow.h @@ -60,7 +60,6 @@ class ApplicationWindow: public QMainWindow void ReadSettings(void); void WriteSettings(void); - DrawingView * drawing; AboutWindow * aboutWin; QLabel * zoomIndicator; QString documentName; @@ -93,6 +92,10 @@ class ApplicationWindow: public QMainWindow QAction * connectAct; QAction * disconnectAct; QAction * mirrorAct; + + // Class variables + public: + static DrawingView * drawing; }; #endif // __APPLICATIONWINDOW_H__