Replace signals with Q_SIGNALS
This commit is contained in:
@@ -68,7 +68,7 @@ class Organize : public QObject {
|
||||
|
||||
void Start();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Finished(const QStringList &files_with_errors, const QStringList&);
|
||||
void FileCopied(const int database_id);
|
||||
void SongPathChanged(const Song &song, const QFileInfo &new_file, const std::optional<int> new_collection_directory_id);
|
||||
|
||||
@@ -86,7 +86,7 @@ class OrganizeDialog : public QDialog {
|
||||
static SongList LoadSongsBlocking(const QStringList &filenames);
|
||||
void SetLoadingSongs(const bool loading);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void FileCopied(const int);
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user