GH-849 Fix failure signals not getting delivered from NetJob properly
This commit is contained in:
parent
f623dc54ef
commit
d5c79db12c
4 changed files with 38 additions and 34 deletions
|
@ -86,12 +86,6 @@ public:
|
|||
private slots:
|
||||
void startMoreParts();
|
||||
|
||||
signals:
|
||||
void started();
|
||||
void progress(qint64 current, qint64 total);
|
||||
void succeeded();
|
||||
void failed();
|
||||
|
||||
public slots:
|
||||
virtual void start();
|
||||
// FIXME: implement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue