mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
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:
parent
1600831e16
commit
309e88e6b7
6 changed files with 299 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue