Formatting
This commit is contained in:
@@ -107,7 +107,6 @@ class LastFMImport : public QObject {
|
||||
QQueue<GetRecentTracksRequest> recent_tracks_requests_;
|
||||
QQueue<GetTopTracksRequest> top_tracks_requests_;
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LASTFMIMPORT_H
|
||||
|
||||
@@ -43,7 +43,6 @@ class LastFMScrobbler : public ScrobblingAPI20 {
|
||||
private:
|
||||
static const char *kAuthUrl;
|
||||
static const char *kCacheFile;
|
||||
|
||||
};
|
||||
|
||||
#endif // LASTFMSCROBBLER_H
|
||||
|
||||
@@ -43,7 +43,6 @@ class LibreFMScrobbler : public ScrobblingAPI20 {
|
||||
static const char *kAuthUrl;
|
||||
static const char *kApiUrl;
|
||||
static const char *kCacheFile;
|
||||
|
||||
};
|
||||
|
||||
#endif // LIBREFMSCROBBLER_H
|
||||
|
||||
@@ -132,7 +132,6 @@ class ListenBrainzScrobbler : public ScrobblerService {
|
||||
bool prefer_albumartist_;
|
||||
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LISTENBRAINZSCROBBLER_H
|
||||
|
||||
@@ -59,7 +59,6 @@ class ScrobblerCache : public QObject {
|
||||
QString filename_;
|
||||
bool loaded_;
|
||||
QList<ScrobblerCacheItemPtr> scrobbler_cache_;
|
||||
|
||||
};
|
||||
|
||||
#endif // SCROBBLERCACHE_H
|
||||
|
||||
@@ -73,7 +73,6 @@ class ScrobblerService : public QObject {
|
||||
|
||||
private:
|
||||
QString name_;
|
||||
|
||||
};
|
||||
|
||||
#endif // SCROBBLERSERVICE_H
|
||||
|
||||
@@ -162,7 +162,6 @@ class ScrobblingAPI20 : public ScrobblerService {
|
||||
QTimer timer_submit_;
|
||||
|
||||
QList<QNetworkReply*> replies_;
|
||||
|
||||
};
|
||||
|
||||
#endif // SCROBBLINGAPI20_H
|
||||
|
||||
@@ -70,7 +70,6 @@ class SubsonicScrobbler : public ScrobblerService {
|
||||
Song song_playing_;
|
||||
QDateTime time_;
|
||||
QTimer timer_submit_;
|
||||
|
||||
};
|
||||
|
||||
#endif // SUBSONICSCROBBLER_H
|
||||
|
||||
Reference in New Issue
Block a user