Replace signals with Q_SIGNALS
This commit is contained in:
@@ -78,7 +78,7 @@ class ContextAlbum : public QWidget {
|
||||
void ScaleCover();
|
||||
void ScalePreviousCovers();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void FadeStopFinished();
|
||||
|
||||
private slots:
|
||||
|
||||
@@ -80,7 +80,7 @@ class ContextView : public QWidget {
|
||||
void SearchLyrics();
|
||||
void UpdateFonts();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void AlbumEnabledChanged();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user