aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-28 12:33:19 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-28 12:33:19 +0000
commit169bd7a28d76a1915bf32b7a3110e88260f748a4 (patch)
tree003bc0a9a6c96d928b3d47434192d6b51e12c22e /lib/soundcore.cpp
parentc6d40b3e63ef5af1c83546f41fde38c8f3983c8f (diff)
downloadqmmp-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.cpp2
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;
}