mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 09:36:23 -04:00
Add Download All files in Channel post
This commit is contained in:
parent
e0ce5632ef
commit
c5a80cce36
5 changed files with 109 additions and 47 deletions
|
@ -37,6 +37,10 @@ public:
|
|||
explicit GxsChannelFilesStatusWidget(const RsGxsFile &file, QWidget *parent = 0);
|
||||
~GxsChannelFilesStatusWidget();
|
||||
|
||||
signals:
|
||||
|
||||
void onButtonClick();
|
||||
|
||||
private slots:
|
||||
void check();
|
||||
void download();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue