mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Added ChannelDetails for Channel Informations
Added Context Menu for Channelist for open ChannelDetails git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd09c2a344
commit
3a1c6ed76f
10 changed files with 460 additions and 18 deletions
|
@ -61,6 +61,8 @@ public slots:
|
|||
|
||||
private slots:
|
||||
|
||||
void channelListCustomPopupMenu( QPoint point );
|
||||
|
||||
void checkUpdate();
|
||||
|
||||
void createChannel();
|
||||
|
@ -73,6 +75,7 @@ private slots:
|
|||
|
||||
void createMsg();
|
||||
|
||||
void showChannelDetails();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue