Add extension to futurefile

This commit is contained in:
Sebastian Piwell
2016-04-22 17:39:45 -04:00
parent 0a56f7ed44
commit f6bbce8b4c
6 changed files with 61 additions and 30 deletions

View File

@@ -55,7 +55,7 @@ public:
bool isAborted;
std::string filePath;
std::string errorMessage;
std::string extension;
// Values set by others to be consumed by the DownloadManager
bool abortDownload;
};