Replace signals with Q_SIGNALS
This commit is contained in:
@@ -69,7 +69,7 @@ class TaskManager : public QObject {
|
||||
void SetTaskFinished(const int id);
|
||||
quint64 GetTaskProgress(const int id);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void TasksChanged();
|
||||
|
||||
void PauseCollectionWatchers();
|
||||
|
||||
Reference in New Issue
Block a user