summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-01 21:05:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-01 21:07:54 +0100
commitad17210d7a6527d50786fbe60758e74e3c62abcb (patch)
tree90dd5d382def005e41699ccbb652df0db393727a /src/installationmanager.h
parent1ec3ab2b8a845f75495b4cacbeb17c86ea137a01 (diff)
Compute supported extensions dynamically in installation and download manager.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h1
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;