diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-02 12:40:46 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-02 12:40:46 +0200 |
| commit | b8a1365dacd7ffa8705bbb3dcaf2e2dc6613e6fb (patch) | |
| tree | d8a5fc39c90e35a0aa696730358c63acd3205c1d /src/installationmanager.h | |
| parent | 30361186c14d43b9fa72b7dc4d6ceaf1c3f57868 (diff) | |
Update after change to CreateArchive. Remove unused archive handler from self-updater.
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h index 328272e1..1b0c6d73 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -256,10 +256,9 @@ private: std::vector<MOBase::IPluginInstaller*> m_Installers; std::set<QString, CaseInsensitive> m_SupportedExtensions; - Archive *m_ArchiveHandler; + // Archive management: + std::unique_ptr<Archive> m_ArchiveHandler; QString m_CurrentFile; - - // Current password: QString m_Password; // Map from entries in the tree that is used by the installer and absolute |
