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/downloadmanager.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/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index 8a0d8eed..bd8e9799 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -181,12 +181,6 @@ public: QString getOutputDirectory() const { return m_OutputDirectory; } /** - * @brief set the list of supported extensions - * @param extensions list of supported extensions - */ - void setSupportedExtensions(const QStringList &extensions); - - /** * @brief sets whether hidden files are to be shown after all */ void setShowHidden(bool showHidden); @@ -558,7 +552,6 @@ private: QVector<DownloadInfo*> m_ActiveDownloads; QString m_OutputDirectory; - QStringList m_SupportedExtensions; std::set<int> m_RequestIDs; QVector<int> m_AlphabeticalTranslation; |
