diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-06-09 12:18:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 12:18:17 +0200 |
| commit | 88c386d74d7d94ec16d4d84ed674eb51e31647ac (patch) | |
| tree | adf0b2537f12d11d8df77f68a84926d15b063554 /src/modinfowithconflictinfo.cpp | |
| parent | c43535f5bcf1043c3b9c00c77967267cf1acf60f (diff) | |
Refactoring of game features for better management. (#2043)
Diffstat (limited to 'src/modinfowithconflictinfo.cpp')
| -rw-r--r-- | src/modinfowithconflictinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfowithconflictinfo.cpp b/src/modinfowithconflictinfo.cpp index 8d496391..2300405a 100644 --- a/src/modinfowithconflictinfo.cpp +++ b/src/modinfowithconflictinfo.cpp @@ -303,7 +303,7 @@ void ModInfoWithConflictInfo::prefetch() bool ModInfoWithConflictInfo::doIsValid() const { - auto mdc = m_Core.managedGame()->feature<ModDataChecker>(); + auto mdc = m_Core.gameFeatures().gameFeature<ModDataChecker>(); if (mdc) { auto qdirfiletree = fileTree(); |
