summaryrefslogtreecommitdiffstats
path: root/qtspotifymain.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 14:22:52 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 14:22:52 +0100
commit1e9ab4a54fe53bc09416b90b777abcb998954ab1 (patch)
tree79ff4e232fd705882cdec0d2fa2be90043b1fec7 /qtspotifymain.h
parentbeb0cc36b4dcbe9cd5de0a3cbb2d2e998eb42d03 (diff)
Tabbed UI:
Automatically downloads playlists in background Downloads cover art and has "now playing" tab No search at the moment Buggy currently.
Diffstat (limited to 'qtspotifymain.h')
-rw-r--r--qtspotifymain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtspotifymain.h b/qtspotifymain.h
index aaa7376..f4b11b0 100644
--- a/qtspotifymain.h
+++ b/qtspotifymain.h
@@ -67,6 +67,7 @@ class QStateMachine;
class QState;
class LogInDialog;
+class CoverDatabase;
class QtSpotifyMain: public QMainWindow
{
Q_OBJECT
@@ -114,6 +115,7 @@ private:
void initPlayListHandlingState(QState *);
void initPlayBackHandlingState(QState *);
void initPlayingState(QState *);
+ void initIdleState(QState *);
void setNewTrack(track *t);
void selectTrack(track *t);
@@ -122,6 +124,7 @@ private:
playlist *m_rootPlaylist;
QStateMachine *m_machine;
+ CoverDatabase *m_coverDatabase;
QList<QtPlaylist *> m_searches;