From 6925380098f9de4841534db7e8285ba0c18c2ca2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 18 Mar 2008 11:47:14 +0000 Subject: 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 --- src/qmmpui/control.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qmmpui/control.cpp') diff --git a/src/qmmpui/control.cpp b/src/qmmpui/control.cpp index 4b734f824..161d23a6c 100644 --- a/src/qmmpui/control.cpp +++ b/src/qmmpui/control.cpp @@ -54,6 +54,11 @@ void Control::previous() emit commandCalled(Previous); } +void Control::seek(int pos) +{ + emit seekCalled(pos); +} + void Control::exit() { emit commandCalled(Exit); -- cgit v1.2.3-13-gbd6f