default selection of serverlist

This commit is contained in:
doitux
2009-04-05 22:25:43 +00:00
parent 12b22e7e0a
commit 7020e6fa85
2 changed files with 3 additions and 2 deletions
@@ -58,6 +58,7 @@ void serverListDialogImpl::addServerItem(unsigned serverId)
item->setData(1, Qt::DisplayRole, QString::fromUtf8(info.country.c_str()));
treeWidget_serverList->resizeColumnToContents(0);
treeWidget_serverList->setCurrentItem(treeWidget_serverList->topLevelItem(0));
}
void serverListDialogImpl::connectToServer()