chore
Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
parent
fd1cb1b58b
commit
4aaf7b9b09
2 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ class Task : public QObject, public QRunnable {
|
|||
protected slots:
|
||||
//! The Task subclass must call this method when the task has succeeded
|
||||
virtual void emitSucceeded();
|
||||
//! **The Task subclass** must call this method when the task has succeeded. External code should call abort() instead.
|
||||
//! **The Task subclass** must call this method when the task has aborted. External code should call abort() instead.
|
||||
virtual void emitAborted();
|
||||
//! The Task subclass must call this method when the task has failed
|
||||
virtual void emitFailed(QString reason = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue