mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
pause, resume and open folder actions added in context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d468426cbd
commit
8dd20a62ad
2 changed files with 126 additions and 1 deletions
|
@ -66,10 +66,14 @@ class TransfersDialog : public MainPage
|
|||
|
||||
void copyLink();
|
||||
void pasteLink();
|
||||
|
||||
|
||||
void rootdecorated();
|
||||
void rootisnotdecorated();
|
||||
|
||||
void pauseFileTransfer();
|
||||
void resumeFileTransfer();
|
||||
void openFolderTransfer();
|
||||
|
||||
signals:
|
||||
void playFiles(QStringList files);
|
||||
|
||||
|
@ -101,6 +105,11 @@ class TransfersDialog : public MainPage
|
|||
QAction* pastelinkAct;
|
||||
QAction* rootisnotdecoratedAct;
|
||||
QAction* rootisdecoratedAct;
|
||||
QAction *pauseAct;
|
||||
QAction *resumeAct;
|
||||
QAction *openfolderAct;
|
||||
|
||||
bool controlTransferFile(uint32_t flags);
|
||||
|
||||
QTreeView *downloadList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue