Don't need this button anymore
authorunc0rr
Sat, 20 Oct 2012 18:54:03 +0400
changeset 7769 1661680c6b59
parent 7767 d1ea9b3f543e
child 7771 ce6d4dd0c780
Don't need this button anymore
QTfrontend/ui/page/pageroomslist.cpp
QTfrontend/ui/page/pageroomslist.h
project_files/hedgewars.pro
--- a/QTfrontend/ui/page/pageroomslist.cpp	Thu Oct 18 14:04:24 2012 -0400
+++ b/QTfrontend/ui/page/pageroomslist.cpp	Sat Oct 20 18:54:03 2012 +0400
@@ -101,7 +101,6 @@
 
     BtnCreate = addButton(tr("Create"), pageLayout, 0, 2);
     BtnJoin = addButton(tr("Join"), pageLayout, 1, 2);
-    BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 2);
     BtnClear = addButton(tr("Clear"), pageLayout, 4, 2);
 
     // strech all but the buttons column
@@ -143,7 +142,6 @@
 
     connect(BtnCreate, SIGNAL(clicked()), this, SLOT(onCreateClick()));
     connect(BtnJoin, SIGNAL(clicked()), this, SLOT(onJoinClick()));
-    connect(BtnRefresh, SIGNAL(clicked()), this, SLOT(onRefreshClick()));
     connect(BtnClear, SIGNAL(clicked()), this, SLOT(onClearClick()));
     connect(roomsList, SIGNAL(doubleClicked (const QModelIndex &)), this, SLOT(onJoinClick()));
     connect(CBState, SIGNAL(currentIndexChanged (int)), this, SLOT(onFilterChanged()));
--- a/QTfrontend/ui/page/pageroomslist.h	Thu Oct 18 14:04:24 2012 -0400
+++ b/QTfrontend/ui/page/pageroomslist.h	Sat Oct 20 18:54:03 2012 +0400
@@ -42,7 +42,6 @@
         QTableView * roomsList;
         QPushButton * BtnCreate;
         QPushButton * BtnJoin;
-        QPushButton * BtnRefresh;
         QPushButton * BtnAdmin;
         QPushButton * BtnClear;
         QComboBox * CBState;
--- a/project_files/hedgewars.pro	Thu Oct 18 14:04:24 2012 -0400
+++ b/project_files/hedgewars.pro	Sat Oct 20 18:54:03 2012 +0400
@@ -234,7 +234,7 @@
 
 RESOURCES += ../QTfrontend/hedgewars.qrc
 
-LIBS += -L../misc/quazip -lquazip
+LIBS += -L../bin -lquazip
 
 !macx {
     LIBS += -lSDL -lSDL_mixer