Zoom Icon Patch
[mussa.git] / qui / MussaWindow.hpp
index 0ba819ca197cc670002e099e1b990977916f032d..26e16bc097aa8bf6afa3c61c5abb99ac4dc69ed5 100644 (file)
@@ -10,6 +10,7 @@
 #include "qui/ThresholdWidget.hpp"
 
 class QAction;
+class QLabel;
 class Mussa;
 
 class MussaWindow : public QMainWindow
@@ -55,6 +56,7 @@ protected:
   QToolBar mussaViewTB;
   QSpinBox zoomBox;
   ThresholdWidget threshold;
+  QLabel zoomLabel;
 
   QAction *aboutAction;
   QAction *closeAction;