Replace slots with Q_SLOTS
This commit is contained in:
@@ -81,7 +81,7 @@ class ContextAlbum : public QWidget {
|
||||
Q_SIGNALS:
|
||||
void FadeStopFinished();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void Update() { update(); }
|
||||
void AutomaticCoverSearchDone();
|
||||
void FadeCurrentCover(const qreal value);
|
||||
@@ -89,7 +89,7 @@ class ContextAlbum : public QWidget {
|
||||
void FadePreviousCover(SharedPtr<PreviousCover> previous_cover);
|
||||
void FadePreviousCoverFinished(SharedPtr<PreviousCover> previous_cover);
|
||||
|
||||
public slots:
|
||||
public Q_SLOTS:
|
||||
void SearchCoverInProgress();
|
||||
|
||||
private:
|
||||
|
||||
@@ -83,7 +83,7 @@ class ContextView : public QWidget {
|
||||
Q_SIGNALS:
|
||||
void AlbumEnabledChanged();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void ActionShowAlbum();
|
||||
void ActionShowData();
|
||||
void ActionShowLyrics();
|
||||
@@ -92,7 +92,7 @@ class ContextView : public QWidget {
|
||||
void FadeStopFinished();
|
||||
void UpdateLyrics(const quint64 id, const QString &provider, const QString &lyrics);
|
||||
|
||||
public slots:
|
||||
public Q_SLOTS:
|
||||
void ReloadSettings();
|
||||
void Playing();
|
||||
void Stopped();
|
||||
|
||||
Reference in New Issue
Block a user