diff options
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(); |
