From c62da01478822daa9837529916b3290ab07fd7a3 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 Nov 2020 10:49:29 +0100 Subject: Replace : by . in comments. --- src/installationmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 m_Installers; std::set m_SupportedExtensions; - // Archive management: + // Archive management. std::unique_ptr 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, QString> m_CreatedFiles; std::set m_TempFilesToDelete; }; -- cgit v1.3.1