diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-05-23 14:19:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 14:19:54 -0700 |
| commit | 08ae9db2fd2a07acb2433275fc84c2ca47267a92 (patch) | |
| tree | 5e1232028486d097352aca55ac994cd4e238064f /src/modinfoseparator.h | |
| parent | e618afa5d1ef53e62d022f3d233c86e13fd4a215 (diff) | |
| parent | 6374845a28c8f1f65a05fb954b4df1ebd541344b (diff) | |
Merge pull request #1076 from Holt59/moddatachecker
Use the ModDataChecker feature to check mod validity
Diffstat (limited to 'src/modinfoseparator.h')
| -rw-r--r-- | src/modinfoseparator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modinfoseparator.h b/src/modinfoseparator.h index 80734bcf..4cfb9ea0 100644 --- a/src/modinfoseparator.h +++ b/src/modinfoseparator.h @@ -53,10 +53,10 @@ protected: private: - ModInfoSeparator - ( - PluginContainer* pluginContainer, const MOBase::IPluginGame* game, const QDir& path, - MOShared::DirectoryEntry** directoryStructure); + ModInfoSeparator( + PluginContainer* pluginContainer, + const MOBase::IPluginGame* game, const QDir& path, + MOShared::DirectoryEntry** directoryStructure); }; #endif |
