aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-25 15:52:10 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-25 15:52:10 +0000
commitbb5260ff7fc4a1a99654b39687b9d9feaeb9e958 (patch)
tree218c14eaca61ea5330571b36d408c2a41e01f4aa /src/plugins/General/scrobbler/scrobbler.h
parent246adbc50e73574d9f188b33fff1f5b35b743829 (diff)
downloadqmmp-bb5260ff7fc4a1a99654b39687b9d9feaeb9e958.tar.gz
qmmp-bb5260ff7fc4a1a99654b39687b9d9feaeb9e958.tar.bz2
qmmp-bb5260ff7fc4a1a99654b39687b9d9feaeb9e958.zip
scrobbler: fixed cache lost
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1582 90c681e8-e032-0410-971d-27865f9a5e38
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