mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Sorted out the mess in friends list:
- removed entries from rightmost menu: * add friend: removed, already on the left bar * add group, recommendations and service perms => moved to context menu in friend list * create chat lobby: removed. Not relevant. * avatar and state string: removed. Can be done right at right, by clicking on the things. - removed rightmost menu - icons in context menu still need fixing. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6512 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
09971a06c6
commit
7c6a7edfde
5 changed files with 147 additions and 144 deletions
|
@ -112,7 +112,7 @@ private slots:
|
|||
|
||||
void getAvatar();
|
||||
|
||||
void on_actionAdd_Group_activated();
|
||||
// void on_actionAdd_Group_activated();
|
||||
|
||||
void loadmypersonalstatus();
|
||||
|
||||
|
@ -125,8 +125,8 @@ private slots:
|
|||
|
||||
//void newsFeedChanged(int count);
|
||||
|
||||
void recommendFriends();
|
||||
void servicePermission();
|
||||
// void recommendFriends();
|
||||
// void servicePermission();
|
||||
|
||||
signals:
|
||||
void notifyGroupChat(const QString&,const QString&) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue