diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-05 20:54:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-05 20:54:53 +0000 |
| commit | 038c5112baac5291c36387d6e61ecbe480bb4d75 (patch) | |
| tree | 5f00220cc63a2fb608ada74ece9be23f0a698727 /src/plugins/Transports/http/downloader.h | |
| parent | f454b7a09ec08e4a336fc9c7a00c7665060ccd84 (diff) | |
| download | qmmp-038c5112baac5291c36387d6e61ecbe480bb4d75.tar.gz qmmp-038c5112baac5291c36387d6e61ecbe480bb4d75.tar.bz2 qmmp-038c5112baac5291c36387d6e61ecbe480bb4d75.zip | |
added mms plugin (experimental) (Closes issue 273)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1658 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports/http/downloader.h')
| -rw-r--r-- | src/plugins/Transports/http/downloader.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/Transports/http/downloader.h b/src/plugins/Transports/http/downloader.h index 5688fee00..fd61486ba 100644 --- a/src/plugins/Transports/http/downloader.h +++ b/src/plugins/Transports/http/downloader.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2008 by Ilya Kotov * + * Copyright (C) 2006-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -59,8 +59,7 @@ public: QMutex *mutex(); QString contentType(); void abort(); - int bytesAvailable(); - const QString& title() const; + qint64 bytesAvailable(); void checkBuffer(); bool isReady(); |
