diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-11-28 17:21:33 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-11-28 17:21:33 +0100 |
| commit | d99e576db8913af8ff864fcce9f67f51be252e99 (patch) | |
| tree | 85c7d981bfd13ebf5674b680f1e8f89368b64aa1 /src/modinfowithconflictinfo.cpp | |
| parent | a0229380ce08715198a1181b61c2f357ad641ca8 (diff) | |
| parent | 2c115e48cc42f89250bbca7e2b5b75d5dcad8695 (diff) | |
Merge branch 'master' into Al12rs-refresh-waitForApplication
Diffstat (limited to 'src/modinfowithconflictinfo.cpp')
| -rw-r--r-- | src/modinfowithconflictinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modinfowithconflictinfo.cpp b/src/modinfowithconflictinfo.cpp index 6e3f751e..ad7eda3f 100644 --- a/src/modinfowithconflictinfo.cpp +++ b/src/modinfowithconflictinfo.cpp @@ -15,7 +15,7 @@ namespace fs = std::filesystem; ModInfoWithConflictInfo::ModInfoWithConflictInfo( PluginContainer *pluginContainer, const MOBase::IPluginGame* gamePlugin, DirectoryEntry **directoryStructure) - : ModInfo(pluginContainer), m_GamePlugin(gamePlugin), + : ModInfo(pluginContainer), m_GamePlugin(gamePlugin), m_FileTree([this]() { return QDirFileTree::makeTree(absolutePath()); }), m_Valid([this]() { return doIsValid(); }), m_Contents([this]() { return doGetContents(); }), @@ -27,7 +27,7 @@ void ModInfoWithConflictInfo::clearCaches() } std::vector<ModInfo::EFlag> ModInfoWithConflictInfo::getFlags() const -{ +{ std::vector<ModInfo::EFlag> result = std::vector<ModInfo::EFlag>(); if (hasHiddenFiles()) { result.push_back(ModInfo::FLAG_HIDDEN_FILES); |
