More work on correct displaying status of single download files

This commit is contained in:
Alexander Bock
2015-06-15 02:25:54 +02:00
parent fb7f49a6bb
commit 0a233eb6bc
4 changed files with 34 additions and 34 deletions
@@ -41,7 +41,9 @@ public:
struct FileFuture {
FileFuture(std::string file);
long long totalSize;
float progress; // [0,1]
bool isFinished;
std::string filePath;
std::string errorMessage;
};