mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
added Copy/Paste/Send retroshare//: file urls/links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b7290c67ed
commit
30e4d8d078
12 changed files with 438 additions and 35 deletions
|
@ -51,6 +51,8 @@ class TransfersDialog : public MainPage
|
|||
|
||||
public slots:
|
||||
void insertTransfers();
|
||||
|
||||
void handleDownloadRequest(const QString& url);
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -61,6 +63,9 @@ class TransfersDialog : public MainPage
|
|||
/** removes finished Downloads**/
|
||||
void clearcompleted();
|
||||
void playSelectedTransfer();
|
||||
|
||||
void copyLink();
|
||||
void pasteLink();
|
||||
|
||||
signals:
|
||||
void playFiles(QStringList files);
|
||||
|
@ -87,6 +92,8 @@ class TransfersDialog : public MainPage
|
|||
QAction* showdowninfoAct;
|
||||
QAction* cancelAct;
|
||||
QAction* clearcompletedAct;
|
||||
QAction* copylinkAct;
|
||||
QAction* pastelinkAct;
|
||||
|
||||
QTreeView *downloadList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue