add a label to the UI
[multypo.git] / qt / multypo.h
index 400d4c995eb848d19bbfeebf13d75d4bbbad6481..f10a5d40e947d17b2a205a2340857529eef82815 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <QWidget>
 
+class QLabel;
+
 class MultypoWindow : public QWidget
 {
        Q_OBJECT
@@ -22,6 +24,7 @@ private:
 private:
        bool xiInited;
        int xiOpcode;
+       QLabel *mainLabel;
 };
 
 #endif // MULTIKBD_H