diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-28 12:33:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-28 12:33:19 +0000 |
| commit | 169bd7a28d76a1915bf32b7a3110e88260f748a4 (patch) | |
| tree | 003bc0a9a6c96d928b3d47434192d6b51e12c22e /lib/soundcore.cpp | |
| parent | c6d40b3e63ef5af1c83546f41fde38c8f3983c8f (diff) | |
| download | qmmp-169bd7a28d76a1915bf32b7a3110e88260f748a4.tar.gz qmmp-169bd7a28d76a1915bf32b7a3110e88260f748a4.tar.bz2 qmmp-169bd7a28d76a1915bf32b7a3110e88260f748a4.zip | |
changed decoder API
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@41 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/soundcore.cpp')
| -rw-r--r-- | lib/soundcore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/soundcore.cpp b/lib/soundcore.cpp index 4e7bbf205..e84d2925a 100644 --- a/lib/soundcore.cpp +++ b/lib/soundcore.cpp @@ -128,10 +128,8 @@ bool SoundCore::play(const QString &source) m_output->start(); m_decoder->start(); m_error = NoError; - return TRUE; } - qDebug("12345678"); stop(); return FALSE; } |
