aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-27 16:39:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-07-27 16:39:44 +0000
commitc6d40b3e63ef5af1c83546f41fde38c8f3983c8f (patch)
tree7b22bc3f0acb81c0bb68a790ee0adc765801f973 /lib/soundcore.cpp
parent6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016 (diff)
downloadqmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.tar.gz
qmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.tar.bz2
qmmp-c6d40b3e63ef5af1c83546f41fde38c8f3983c8f.zip
added libcurl support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@40 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/soundcore.cpp')
-rw-r--r--lib/soundcore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/soundcore.cpp b/lib/soundcore.cpp
index 4f295d133..4e7bbf205 100644
--- a/lib/soundcore.cpp
+++ b/lib/soundcore.cpp
@@ -75,7 +75,6 @@ bool SoundCore::play(const QString &source)
if(source.left(4) == "http")
{
m_input = new StreamReader(source, this);
- //m_input->open(QIODevice::ReadOnly);
}
else
m_input = new QFile(source);