X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/d06ad1b372082777c92dbc4065c0a355bc2bef93..036922ba5e90ae7f6f6abe3f99b1783dec5132fc:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index f10a5d4..de0898f 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -2,8 +2,9 @@ #define MULTIKBD_H #include +#include -class QLabel; +#include "player.h" class MultypoWindow : public QWidget { @@ -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