]> git.mar77i.info Git - bigintmandel/blobdiff - mandellabel.h
make zoom_factor part of MandelSettings
[bigintmandel] / mandellabel.h
index 9a89abdcc9ba765b3b39928c849f7f021ca9422d..de82b5a3b943c4618e9f91bf2f222a88abcde8ab 100644 (file)
@@ -14,8 +14,9 @@
 #include "mandel.h"
 
 class MandelLabel : public QLabel {
-    const MandelSettings *settings;
-    const MenuBar *menu_bar;
+    Q_OBJECT
+
+    const MandelSettings * const settings;
     int draw_progress;
     QPoint zoom_rect_center;