From bb5260ff7fc4a1a99654b39687b9d9feaeb9e958 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 25 Feb 2010 15:52:10 +0000 Subject: scrobbler: fixed cache lost git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1582 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/General/scrobbler/scrobbler.h') 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 -- cgit v1.2.3-13-gbd6f