diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/installationmanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h index 9eec4abc..bdc9eafc 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -262,7 +262,8 @@ private: QString m_CurrentFile; QString m_ErrorMessage; - // List of creates files: + // Map from entries in the tree that is used by the installer and absolute + // paths to temporary files: std::map<std::shared_ptr<const MOBase::FileTreeEntry>, QString> m_CreatedFiles; QProgressDialog *m_InstallationProgress { nullptr }; |
