]> git.mar77i.info Git - bigintmandel/blobdiff - mandellabel.h
make zoom_factor part of MandelSettings
[bigintmandel] / mandellabel.h
index 39a8822c53a1ef4cc72c3befcc5397eef042e761..de82b5a3b943c4618e9f91bf2f222a88abcde8ab 100644 (file)
@@ -1,5 +1,9 @@
 
-// mandellabel.h
+/*
+ * mandellabel.h
+ *
+ * This file is covered by the LICENSE file in the root of this project.
+ */
 
 #ifndef MANDELLABEL_H
 #define MANDELLABEL_H
@@ -10,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;