aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/mediaplayer.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-01 11:09:30 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-01 11:09:30 +0000
commit92f19e1416b0c93fb36801665583eab463145b56 (patch)
treed428c574dcfaee3d3384d1179c685b453dd8eee2 /src/qmmpui/mediaplayer.h
parent41303220017c0d03a4d5f92ef316f49fd5931c0a (diff)
downloadqmmp-92f19e1416b0c93fb36801665583eab463145b56.tar.gz
qmmp-92f19e1416b0c93fb36801665583eab463145b56.tar.bz2
qmmp-92f19e1416b0c93fb36801665583eab463145b56.zip
fixed problem with next track
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1413 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/mediaplayer.h')
-rw-r--r--src/qmmpui/mediaplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/mediaplayer.h b/src/qmmpui/mediaplayer.h
index 77969542c..afecfac1c 100644
--- a/src/qmmpui/mediaplayer.h
+++ b/src/qmmpui/mediaplayer.h
@@ -91,6 +91,7 @@ signals:
void repeatableChanged(bool enabled);
private slots:
+ void playNext();
void updateNextUrl();
private: