QTfrontend/ui/page/pageroomslist.cpp
changeset 7769 1661680c6b59
parent 7011 f6f09a0954ea
child 7794 ab7b94c03bc9
--- 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()));