X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/b02f9fdbd25d756d6ca73156d0b21a703e17d1de..9892f674393394ef97f5f9dad6a9e4e435f771ed:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index b9dbf3f..49b70b1 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -2,6 +2,7 @@ #define MULTIKBD_H #include +#include class QLabel; @@ -22,6 +23,8 @@ private: bool xiInited; int xiOpcode; QLabel *mainLabel; + + QMap players; }; #endif // MULTIKBD_H