fix typo
Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
parent
34233a93a2
commit
93286789c5
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Task : public QObject, public QRunnable {
|
|||
signals:
|
||||
void started();
|
||||
void progress(qint64 current, qint64 total);
|
||||
//! called when a task has eother succeeded, aborted or failed.
|
||||
//! called when a task has either succeeded, aborted or failed.
|
||||
void finished();
|
||||
//! called when a task has succeeded
|
||||
void succeeded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue