Add "override" to SpotifyService.

This commit is contained in:
John Maguire 2016-12-20 13:02:06 +00:00
parent f829fd2d0d
commit df5c53af84
1 changed files with 2 additions and 2 deletions

View File

@ -95,14 +95,14 @@ class SpotifyService : public InternetService {
static void SongFromProtobuf(const pb::spotify::Track& track, Song* song);
signals:
signals:
void BlobStateChanged();
void LoginFinished(bool success);
void ImageLoaded(const QString& id, const QImage& image);
public slots:
void Search(const QString& text, bool now = false);
void ShowConfig();
void ShowConfig() override;
void RemoveCurrentFromPlaylist();
private: