X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/d06ad1b372082777c92dbc4065c0a355bc2bef93..9892f674393394ef97f5f9dad6a9e4e435f771ed:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index f10a5d4..49b70b1 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -2,6 +2,7 @@ #define MULTIKBD_H #include +#include class QLabel; @@ -15,9 +16,6 @@ public: bool handleX11Event(XEvent *event); -protected: - virtual void showEvent (QShowEvent *); - private: void handleKeyPress(int device, QString string); @@ -25,6 +23,8 @@ private: bool xiInited; int xiOpcode; QLabel *mainLabel; + + QMap players; }; #endif // MULTIKBD_H