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:
defnax 2010-01-20 00:29:40 +00:00
parent dd09c2a344
commit 3a1c6ed76f
10 changed files with 460 additions and 18 deletions

View file

@ -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: