Add "override" to SpotifyService.
This commit is contained in:
parent
f829fd2d0d
commit
df5c53af84
@ -102,7 +102,7 @@ signals:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void Search(const QString& text, bool now = false);
|
void Search(const QString& text, bool now = false);
|
||||||
void ShowConfig();
|
void ShowConfig() override;
|
||||||
void RemoveCurrentFromPlaylist();
|
void RemoveCurrentFromPlaylist();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user