Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -52,7 +52,6 @@ class ChartLyricsProvider : public LyricsProvider {
private:
static const char *kUrlSearch;
QList<QNetworkReply*> replies_;
};
#endif // CHARTLYRICSPROVIDER_H

View File

@@ -104,7 +104,6 @@ class GeniusLyricsProvider : public JsonLyricsProvider {
QStringList login_errors_;
QMap<int, std::shared_ptr<GeniusLyricsSearchContext>> requests_search_;
QList<QNetworkReply*> replies_;
};
#endif // GENIUSLYRICSPROVIDER_H

View File

@@ -53,7 +53,6 @@ class LoloLyricsProvider : public LyricsProvider {
private:
static const char *kUrlSearch;
QList<QNetworkReply*> replies_;
};
#endif // LOLOLYRICSPROVIDER_H

View File

@@ -77,7 +77,6 @@ class LyricsFetcher : public QObject {
QHash<quint64, LyricsFetcherSearch*> active_requests_;
QTimer *request_starter_;
};
#endif // LYRICSFETCHER_H

View File

@@ -66,7 +66,6 @@ class LyricsFetcherSearch : public QObject {
LyricsSearchResults results_;
QMap<int, LyricsProvider*> pending_requests_;
bool cancel_requested_;
};
#endif // LYRICSFETCHERSEARCH_H

View File

@@ -75,7 +75,6 @@ class MusixmatchLyricsProvider : public JsonLyricsProvider, public MusixmatchPro
QList<LyricsSearchContextPtr> requests_search_;
QList<QNetworkReply*> replies_;
bool use_api_;
};
#endif // MUSIXMATCHLYRICSPROVIDER_H

View File

@@ -53,7 +53,6 @@ class OVHLyricsProvider : public JsonLyricsProvider {
private:
static const char *kUrlSearch;
QList<QNetworkReply*> replies_;
};
#endif // OVHLYRICSPROVIDER_H