aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Transports/http/streamreader.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-08 18:05:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-08 18:05:58 +0000
commitb89c60239ccd27cefae91db88cadc1ff239ae2ed (patch)
tree84d9d5db35f25a0d5cd195b010ff61aa19cbc376 /src/plugins/Transports/http/streamreader.h
parentd4bb8fb733da84c543926faf285f98535dd5d9bc (diff)
downloadqmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.tar.gz
qmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.tar.bz2
qmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.zip
fixed buffering message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1430 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports/http/streamreader.h')
-rw-r--r--src/plugins/Transports/http/streamreader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/Transports/http/streamreader.h b/src/plugins/Transports/http/streamreader.h
index e73f65389..4a8fcb169 100644
--- a/src/plugins/Transports/http/streamreader.h
+++ b/src/plugins/Transports/http/streamreader.h
@@ -64,7 +64,6 @@ public:
signals:
void readyRead();
- void bufferingProgress(int);
protected:
qint64 readData(char*, qint64);