aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.h')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h
index 44c5592ce..0e733321d 100644
--- a/src/plugins/General/scrobbler/scrobbler.h
+++ b/src/plugins/General/scrobbler/scrobbler.h
@@ -26,7 +26,6 @@
class QNetworkAccessManager;
class QNetworkReply;
class QTime;
-class QTimer;
class SoundCore;
/**
@@ -86,6 +85,7 @@ private:
void submit();
void sendNotification(const SongInfo &info);
bool isReady();
+ void syncCache();
uint m_start_ts;
SongInfo m_song;
QNetworkAccessManager *m_http;
@@ -107,7 +107,6 @@ private:
QNetworkReply *m_notificationReply;
bool m_disabled;
QString m_server, m_name;
- QTimer *m_timer;
};
#endif