summaryrefslogtreecommitdiffstats
path: root/qtspotifymain.h
diff options
context:
space:
mode:
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;