diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-17 12:15:08 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:38 -0400 |
| commit | eb190380e3044900a30ba41c81a23d813fd708e9 (patch) | |
| tree | 78518d401f46a182a4c5431ec07a8f5854951868 /src/executableslist.h | |
| parent | 28c46eed919cf3044147f642ea0a8d9909fea2ea (diff) | |
dump executables on startup
Diffstat (limited to 'src/executableslist.h')
| -rw-r--r-- | src/executableslist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/executableslist.h b/src/executableslist.h index 2d1dd28e..eda2034e 100644 --- a/src/executableslist.h +++ b/src/executableslist.h @@ -214,6 +214,10 @@ private: * called when MO is still using the old custom executables from 2.2.0
**/
void upgradeFromCustom(const MOBase::IPluginGame* game);
+
+ // logs all executables
+ //
+ void dump() const;
};
Q_DECLARE_OPERATORS_FOR_FLAGS(Executable::Flags)
|
