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