diff options
Diffstat (limited to 'launcher/InstanceCreationTask.h')
-rw-r--r-- | launcher/InstanceCreationTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/InstanceCreationTask.h b/launcher/InstanceCreationTask.h index 9b51c448..03ee1a7a 100644 --- a/launcher/InstanceCreationTask.h +++ b/launcher/InstanceCreationTask.h @@ -39,6 +39,8 @@ class InstanceCreationTask : public InstanceTask { protected: bool m_abort = false; + QStringList m_files_to_remove; + private: QString m_error_message; }; |