aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/mediaplayer.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-14 19:15:32 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-14 19:15:32 +0000
commit40ee4f96d507067c453c1a790857107ad0c83924 (patch)
treecaeed8eb76f2b5dee833e6401bd1d30ffdf03c94 /src/qmmpui/mediaplayer.h
parent5c8df5c01f76d86a18b221cd11122abaa0da0478 (diff)
downloadqmmp-40ee4f96d507067c453c1a790857107ad0c83924.tar.gz
qmmp-40ee4f96d507067c453c1a790857107ad0c83924.tar.bz2
qmmp-40ee4f96d507067c453c1a790857107ad0c83924.zip
improved cue support (very unstable)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1033 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/mediaplayer.h')
-rw-r--r--src/qmmpui/mediaplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/mediaplayer.h b/src/qmmpui/mediaplayer.h
index 7c03bf3a3..c4f5d5bdd 100644
--- a/src/qmmpui/mediaplayer.h
+++ b/src/qmmpui/mediaplayer.h
@@ -90,6 +90,9 @@ signals:
*/
void repeatableChanged(bool enabled);
+private slots:
+ void sendNext();
+
private:
PlayListModel *m_model;
SoundCore *m_core;