--- a/QTfrontend/pageroomslist.h Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pageroomslist.h Sat Sep 24 16:22:10 2011 +0200
@@ -35,7 +35,6 @@
QLineEdit * roomName;
QLineEdit * searchText;
QTableWidget * roomsList;
- QPushButton * BtnBack;
QPushButton * BtnCreate;
QPushButton * BtnJoin;
QPushButton * BtnRefresh;
@@ -52,6 +51,7 @@
QString gameInLobbyName;
QStringList listFromServer;
AmmoSchemeModel * ammoSchemeModel;
+ QPushButton * BtnBack;
public slots:
void setRoomsList(const QStringList & list);