# HG changeset patch # User unc0rr # Date 1350744843 -14400 # Node ID 1661680c6b5979fb81078ed2b76b650079a3edc5 # Parent d1ea9b3f543e6c19c9ab6af905a114c9c633cb87 Don't need this button anymore diff -r d1ea9b3f543e -r 1661680c6b59 QTfrontend/ui/page/pageroomslist.cpp --- 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())); diff -r d1ea9b3f543e -r 1661680c6b59 QTfrontend/ui/page/pageroomslist.h --- 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; diff -r d1ea9b3f543e -r 1661680c6b59 project_files/hedgewars.pro --- 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