aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/control.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-18 11:47:14 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-18 11:47:14 +0000
commit6925380098f9de4841534db7e8285ba0c18c2ca2 (patch)
treea29374713c232d31b49afead88707f924e8c9f76 /src/qmmpui/control.h
parent625b2712c1c9fa46ba43684a24a477aa60d88089 (diff)
downloadqmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.tar.gz
qmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.tar.bz2
qmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.zip
make seek and time accessible by general plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@278 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/control.h')
-rw-r--r--src/qmmpui/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/control.h b/src/qmmpui/control.h
index 3ac856327..14171c84e 100644
--- a/src/qmmpui/control.h
+++ b/src/qmmpui/control.h
@@ -46,6 +46,7 @@ public:
signals:
void commandCalled(uint command);
+ void seekCalled(int pos);
void volumeChanged(int left, int right);
public slots:
@@ -54,6 +55,7 @@ public slots:
void stop();
void next();
void previous();
+ void seek(int pos);
void exit();
void toggleVisibility();
void setVolume(int left, int right);