Fixed showing info page in ChatLobbyWidget.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6761 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-09-24 21:09:49 +00:00
parent 6a9dfed408
commit 3ced628dc3
2 changed files with 9 additions and 10 deletions

View File

@ -577,8 +577,8 @@ void ChatLobbyWidget::showBlankPage(ChatLobbyId id)
QString text = tr("No lobby selected. \nSelect lobbies at left to show details.\nDouble click lobbies to enter and chat.") ;
lobbyinfo_label->setText(text) ;
}
void ChatLobbyWidget::subscribeItem()
{
subscribeLobby(lobbyTreeWidget->currentItem());

View File

@ -79,7 +79,6 @@ private:
ChatTabWidget *tabWidget ;
std::map<ChatLobbyId,ChatLobbyInfoStruct> _lobby_infos ;
QTextBrowser *_lobby_blank_page ;
std::map<QTreeWidgetItem*,time_t> _icon_changed_map ;