diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2020-12-02 09:09:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-02 09:09:38 +0100 |
| commit | b8bc0f7ab328d839a371fa0f3c11edf035407847 (patch) | |
| tree | d0ad4f42f504f62d876955d8b83b82f8d7e5a826 /src/installationmanager.h | |
| parent | 5ff024b77c817690010aecacf1fb7ed545f4678f (diff) | |
| parent | ad17210d7a6527d50786fbe60758e74e3c62abcb (diff) | |
Merge pull request #1310 from Holt59/fix-mod-extensions-check-for-install
Compute supported extensions dynamically in installation and download managers.
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h index 145abdb6..2378178a 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -296,7 +296,6 @@ private: QString m_DownloadsDirectory; std::vector<MOBase::IPluginInstaller*> m_Installers; - std::set<QString, CaseInsensitive> m_SupportedExtensions; // Archive management. std::unique_ptr<Archive> m_ArchiveHandler; |
