diff options
Diffstat (limited to 'launcher/modplatform/flame/FlamePackExportTask.h')
-rw-r--r-- | launcher/modplatform/flame/FlamePackExportTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.h b/launcher/modplatform/flame/FlamePackExportTask.h index c3cda926..370cd67e 100644 --- a/launcher/modplatform/flame/FlamePackExportTask.h +++ b/launcher/modplatform/flame/FlamePackExportTask.h @@ -54,7 +54,7 @@ class FlamePackExportTask : public Task { typedef std::optional<QString> BuildZipResult; QFileInfoList files; - QMap<QString, QString> resolvedFiles; + QMap<QString, bool> resolvedFiles; Task::Ptr task; QFuture<BuildZipResult> buildZipFuture; QFutureWatcher<BuildZipResult> buildZipWatcher; |