Replace signals with Q_SIGNALS
This commit is contained in:
@@ -49,7 +49,7 @@ class MtpLoader : public QObject {
|
||||
public slots:
|
||||
void LoadDatabase();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Error(const QString &message);
|
||||
void TaskStarted(const int task_id);
|
||||
void LoadFinished(const bool success, MtpConnection *connection);
|
||||
|
||||
Reference in New Issue
Block a user