aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/mediaplayer.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-27 11:45:25 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-27 11:45:25 +0000
commit9e71a3a8a2d092b4ce61c502e82c0a275656a532 (patch)
tree8c03091ff002aca7e499a1b7c1e5d0c542d5301f /src/qmmpui/mediaplayer.h
parentff77ab748343db3b373f30d0f6f10d9d8485bad4 (diff)
downloadqmmp-9e71a3a8a2d092b4ce61c502e82c0a275656a532.tar.gz
qmmp-9e71a3a8a2d092b4ce61c502e82c0a275656a532.tar.bz2
qmmp-9e71a3a8a2d092b4ce61c502e82c0a275656a532.zip
fixed distortions on startup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1591 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/mediaplayer.h')
-rw-r--r--src/qmmpui/mediaplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/mediaplayer.h b/src/qmmpui/mediaplayer.h
index afecfac1c..b345b6df4 100644
--- a/src/qmmpui/mediaplayer.h
+++ b/src/qmmpui/mediaplayer.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2009 by Ilya Kotov *
+ * Copyright (C) 2008-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -64,7 +64,7 @@ public slots:
/*!
* Starts playback.
*/
- void play();
+ void play(qint64 offset = -1);
/*!
* Stops playback.
*/