X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/1d03d11fb0aa8e3418597e7c1ab38f2b28d48924..d06ad1b372082777c92dbc4065c0a355bc2bef93:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index 400d4c9..f10a5d4 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -3,6 +3,8 @@ #include +class QLabel; + class MultypoWindow : public QWidget { Q_OBJECT @@ -22,6 +24,7 @@ private: private: bool xiInited; int xiOpcode; + QLabel *mainLabel; }; #endif // MULTIKBD_H