Add "override" to SpotifyService.
This commit is contained in:
parent
f829fd2d0d
commit
df5c53af84
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user