summaryrefslogtreecommitdiffstats
path: root/qtspotifymain.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-27 15:09:06 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-27 15:09:06 +0100
commit35f1856773c731571e3133abb6abf9dc0b4c747a (patch)
treea4e72813b2f54b38fde0a88bf2c60ccacf12f5d0 /qtspotifymain.h
parentabf19c9f66679f053f26d02157acbcdff7e9e2de (diff)
Add search more button, and improve layout of
main interface
Diffstat (limited to 'qtspotifymain.h')
-rw-r--r--qtspotifymain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtspotifymain.h b/qtspotifymain.h
index 4078179..e2bdf1e 100644
--- a/qtspotifymain.h
+++ b/qtspotifymain.h
@@ -102,6 +102,8 @@ private slots:
void search();
void skip();
void previous();
+ void searchMore();
+ void playlistActivated(const QModelIndex &index);
signals:
void loggedIn();