mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
added Copy link as html format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0780e3a09e
commit
3ec3e4f53a
2 changed files with 24 additions and 8 deletions
|
@ -64,6 +64,7 @@ private slots:
|
|||
|
||||
void copyLinkRemote();
|
||||
void copyLinkLocal();
|
||||
void copyLinkhtml();
|
||||
void sendLinkTo();
|
||||
void sendremoteLinkTo();
|
||||
void sendHtmlLinkTo();
|
||||
|
@ -116,6 +117,7 @@ private:
|
|||
QAction* sendlinkCloudAct;
|
||||
QAction* addlinkCloudAct;
|
||||
QAction* sendchatlinkAct;
|
||||
QAction* copylinklocalhtmlAct;
|
||||
|
||||
QTreeView *shareddirtreeview;
|
||||
QMovie *movie;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue