GeniusLyricsProvider: Make private

This commit is contained in:
Jonas Kvinge 2022-10-17 20:28:51 +02:00
parent c7bf2e1da8
commit 89e8518f31
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class GeniusLyricsProvider : public JsonLyricsProvider {
bool StartSearch(const QString &artist, const QString &album, const QString &title, int id) override;
void CancelSearch(const int id) override;
public:
private:
struct GeniusLyricsLyricContext {
explicit GeniusLyricsLyricContext() {}
QString artist;