diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-10 11:43:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-10 11:43:25 +0000 |
| commit | c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d (patch) | |
| tree | e4bfafd046b5a7e0c837a2a07712462c34ac59e3 /src/plugins/Engines/mplayer/mplayerengine.h | |
| parent | 8452a9b72397a6245a11b688fa6ef272a0a26616 (diff) | |
| download | qmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.tar.gz qmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.tar.bz2 qmmp-c8ccd3ae4ce1da61ed1f721d6d35846cc2c1f35d.zip | |
SoundCore::totalTime() is thread-safe now
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3705 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines/mplayer/mplayerengine.h')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayerengine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerengine.h b/src/plugins/Engines/mplayer/mplayerengine.h index 903dcce71..961a86cb6 100644 --- a/src/plugins/Engines/mplayer/mplayerengine.h +++ b/src/plugins/Engines/mplayer/mplayerengine.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -52,7 +52,6 @@ public: bool play(); bool enqueue(InputSource *source); bool initialize(); - qint64 totalTime(); void seek(qint64); void stop(); void pause(); |
