summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-17 10:49:29 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-17 10:49:29 +0100
commitc62da01478822daa9837529916b3290ab07fd7a3 (patch)
tree971b2261106557106ca9e8433b9cf52e0773024e /src/installationmanager.h
parente0b73a7d7d27d42b87b3061c51d5d22f57646c45 (diff)
Replace : by . in comments.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index e1db5e1f..145abdb6 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -285,7 +285,7 @@ private:
private:
- // The plugin container, mostly to check if installer are enabled or not:
+ // The plugin container, mostly to check if installer are enabled or not.
const PluginContainer *m_PluginContainer;
bool m_IsRunning;
@@ -298,13 +298,13 @@ private:
std::vector<MOBase::IPluginInstaller*> m_Installers;
std::set<QString, CaseInsensitive> m_SupportedExtensions;
- // Archive management:
+ // Archive management.
std::unique_ptr<Archive> m_ArchiveHandler;
QString m_CurrentFile;
QString m_Password;
// Map from entries in the tree that is used by the installer and absolute
- // paths to temporary files:
+ // paths to temporary files.
std::map<std::shared_ptr<const MOBase::FileTreeEntry>, QString> m_CreatedFiles;
std::set<QString> m_TempFilesToDelete;
};