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/modinforegular.h | |
| parent | 068e12bbb2cd774af89715105241ba7d3e3d0dcd (diff) | |
Fix issue with mods not being checked properly and overwrite not having the right priority.
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 1cef24fb..11a78765 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -420,13 +420,6 @@ protected: ModInfoRegular(PluginContainer *pluginContainer, const MOBase::IPluginGame *game, const QDir &path, MOShared::DirectoryEntry **directoryStructure); - /** - * @brief check if the content of this mod is valid. - * - * @return true if the content is valid, false otherwize. - **/ - virtual bool doTestValid() const; - private: QString m_Name; |
