mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
@ -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 = "");
|
||||
|
Reference in New Issue
Block a user