Replace signals with Q_SIGNALS
This commit is contained in:
@@ -67,7 +67,7 @@ class PlaylistParser : public QObject {
|
||||
SongList LoadFromDevice(QIODevice *device, const QString &path_hint = QString(), const QDir &dir_hint = QDir()) const;
|
||||
void Save(const SongList &songs, const QString &filename, const PlaylistSettingsPage::PathType) const;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Error(const QString &error) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user