Added (make functional) the lobby menu in the context menu of the gpg and group item in FriendList.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4858 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-27 20:53:17 +00:00
parent 0cf53e993e
commit 6de8541a4e
4 changed files with 241 additions and 209 deletions

View file

@ -92,6 +92,7 @@ private:
static bool filterItem(QTreeWidgetItem *pItem, const QString &sPattern);
void updateHeader();
void initializeHeader(bool afterLoadSettings);
void getSslIdsFromItem(QTreeWidgetItem *item, std::list<std::string> &sslIds);
private slots:
void groupsChanged();