diff options
Diffstat (limited to 'lib/downloader.h')
| -rw-r--r-- | lib/downloader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/downloader.h b/lib/downloader.h index 87ed03cfd..cdbc7b977 100644 --- a/lib/downloader.h +++ b/lib/downloader.h @@ -23,6 +23,7 @@ #include <QThread> #include <QMutex> #include <QByteArray> +#include <QMap> #include <curl/curl.h> @@ -36,6 +37,7 @@ struct Stream int buf_fill; QString content_type; bool aborted; + QMap <QString, QString> header; }; class Downloader : public QThread |
