Formatting
This commit is contained in:
@@ -52,7 +52,6 @@ class ChartLyricsProvider : public LyricsProvider {
|
||||
private:
|
||||
static const char *kUrlSearch;
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // CHARTLYRICSPROVIDER_H
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,7 +53,6 @@ class LoloLyricsProvider : public LyricsProvider {
|
||||
private:
|
||||
static const char *kUrlSearch;
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LOLOLYRICSPROVIDER_H
|
||||
|
||||
@@ -77,7 +77,6 @@ class LyricsFetcher : public QObject {
|
||||
QHash<quint64, LyricsFetcherSearch*> active_requests_;
|
||||
|
||||
QTimer *request_starter_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LYRICSFETCHER_H
|
||||
|
||||
@@ -66,7 +66,6 @@ class LyricsFetcherSearch : public QObject {
|
||||
LyricsSearchResults results_;
|
||||
QMap<int, LyricsProvider*> pending_requests_;
|
||||
bool cancel_requested_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LYRICSFETCHERSEARCH_H
|
||||
|
||||
@@ -75,7 +75,6 @@ class MusixmatchLyricsProvider : public JsonLyricsProvider, public MusixmatchPro
|
||||
QList<LyricsSearchContextPtr> requests_search_;
|
||||
QList<QNetworkReply*> replies_;
|
||||
bool use_api_;
|
||||
|
||||
};
|
||||
|
||||
#endif // MUSIXMATCHLYRICSPROVIDER_H
|
||||
|
||||
@@ -53,7 +53,6 @@ class OVHLyricsProvider : public JsonLyricsProvider {
|
||||
private:
|
||||
static const char *kUrlSearch;
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // OVHLYRICSPROVIDER_H
|
||||
|
||||
Reference in New Issue
Block a user