mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: virtual signal in Task.h
This commit is contained in:
parent
96deb5b09d
commit
17bbfe8d89
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class Task : public QObject {
|
|||
|
||||
signals:
|
||||
void started();
|
||||
virtual void progress(qint64 current, qint64 total);
|
||||
void progress(qint64 current, qint64 total);
|
||||
void finished();
|
||||
void succeeded();
|
||||
void aborted();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue