Added to send own Shared File as link to Public Chat

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2169 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-01 14:47:54 +00:00
parent 1600831e16
commit 309e88e6b7
6 changed files with 299 additions and 1 deletions

View file

@ -69,6 +69,7 @@ private slots:
void sendHtmlLinkTo();
void sendLinkToCloud();
void addLinkToCloud();
void sendLinktoChat();
void showFrame(bool show);
void showFrameRemote(bool show);
@ -114,6 +115,7 @@ private:
QAction* sendhtmllinkAct;
QAction* sendlinkCloudAct;
QAction* addlinkCloudAct;
QAction* sendchatlinkAct;
QTreeView *shareddirtreeview;
QMovie *movie;