aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/control.cpp')
-rw-r--r--src/qmmpui/control.cpp5
1 files changed, 5 insertions, 0 deletions
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);