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);
|
static void SongFromProtobuf(const pb::spotify::Track& track, Song* song);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void BlobStateChanged();
|
void BlobStateChanged();
|
||||||
void LoginFinished(bool success);
|
void LoginFinished(bool success);
|
||||||
void ImageLoaded(const QString& id, const QImage& image);
|
void ImageLoaded(const QString& id, const QImage& image);
|
||||||
|
|
||||||
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