Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
iTrooz
2024-11-29 14:07:22 +01:00
parent fd1cb1b58b
commit 4aaf7b9b09
2 changed files with 4 additions and 4 deletions

View File

@ -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 = "");