diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-07 02:07:15 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-07 12:16:33 +0200 |
| commit | 5a90eecc21412fa705837eb724250ef1b758c993 (patch) | |
| tree | 66afc6d69385d1d3202866168f211f0595c86fd0 /src/modinfowithconflictinfo.h | |
| parent | 068e12bbb2cd774af89715105241ba7d3e3d0dcd (diff) | |
Fix issue with mods not being checked properly and overwrite not having the right priority.
Diffstat (limited to 'src/modinfowithconflictinfo.h')
| -rw-r--r-- | src/modinfowithconflictinfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/modinfowithconflictinfo.h b/src/modinfowithconflictinfo.h index c2a49afb..0bb7c422 100644 --- a/src/modinfowithconflictinfo.h +++ b/src/modinfowithconflictinfo.h @@ -34,6 +34,15 @@ public: virtual void doConflictCheck() const override; +protected: + + /** + * @brief check if the content of this mod is valid. + * + * @return true if the content is valid, false otherwize. + **/ + virtual bool doTestValid() const; + private: enum EConflictType { |
