Fixed android compilation.

Version bump.
Fixed file size problem under windows.
Updated changelog.
This commit is contained in:
codestation
2014-06-28 00:26:14 -04:30
parent ce9353e4f3
commit 36a91d78aa
15 changed files with 326 additions and 210 deletions

View File

@@ -58,8 +58,8 @@ private:
volatile static qint64 m_contentLength;
static char *buffer;
static unsigned long bufferSize;
static unsigned long downloadLeft;
static qint64 bufferSize;
static qint64 downloadLeft;
};
#endif // HTTPDOWNLOADER_H