preparation gamelobby slots

This commit is contained in:
doitux
2007-08-29 22:30:18 +00:00
parent 0a255bfff4
commit a84f164b8a
6 changed files with 78 additions and 5 deletions
@@ -59,6 +59,7 @@ public slots:
void setMaxPlayerNumber ( int theValue ) { maxPlayerNumber = theValue; label_maxPlayerNumber->setText(QString::number(theValue,10)); }
int getMaxPlayerNumber() const { return maxPlayerNumber; }
void exec();
private: