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

@@ -107,7 +107,6 @@ class LastFMImport : public QObject {
QQueue<GetRecentTracksRequest> recent_tracks_requests_;
QQueue<GetTopTracksRequest> top_tracks_requests_;
QList<QNetworkReply*> replies_;
};
#endif // LASTFMIMPORT_H

View File

@@ -43,7 +43,6 @@ class LastFMScrobbler : public ScrobblingAPI20 {
private:
static const char *kAuthUrl;
static const char *kCacheFile;
};
#endif // LASTFMSCROBBLER_H

View File

@@ -43,7 +43,6 @@ class LibreFMScrobbler : public ScrobblingAPI20 {
static const char *kAuthUrl;
static const char *kApiUrl;
static const char *kCacheFile;
};
#endif // LIBREFMSCROBBLER_H

View File

@@ -132,7 +132,6 @@ class ListenBrainzScrobbler : public ScrobblerService {
bool prefer_albumartist_;
QList<QNetworkReply*> replies_;
};
#endif // LISTENBRAINZSCROBBLER_H

View File

@@ -59,7 +59,6 @@ class ScrobblerCache : public QObject {
QString filename_;
bool loaded_;
QList<ScrobblerCacheItemPtr> scrobbler_cache_;
};
#endif // SCROBBLERCACHE_H

View File

@@ -73,7 +73,6 @@ class ScrobblerService : public QObject {
private:
QString name_;
};
#endif // SCROBBLERSERVICE_H

View File

@@ -162,7 +162,6 @@ class ScrobblingAPI20 : public ScrobblerService {
QTimer timer_submit_;
QList<QNetworkReply*> replies_;
};
#endif // SCROBBLINGAPI20_H

View File

@@ -70,7 +70,6 @@ class SubsonicScrobbler : public ScrobblerService {
Song song_playing_;
QDateTime time_;
QTimer timer_submit_;
};
#endif // SUBSONICSCROBBLER_H