summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-05-30 17:49:46 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-05-30 17:49:46 +0200
commite9595ec91a91c00b1fda58305796591b510efdbf (patch)
treeec447492a84992700f4ee0d0afdb7cc020122610 /src
parent3f768ae53a580dbb41e8940bbf8b79336ead309c (diff)
Fix comment in installation manager.
Diffstat (limited to 'src')
-rw-r--r--src/installationmanager.h3
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 };