aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.cpp
diff options
context:
space:
mode:
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;
}