summaryrefslogtreecommitdiff
path: root/src/executableslist.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-17 12:15:08 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-22 07:33:38 -0400
commiteb190380e3044900a30ba41c81a23d813fd708e9 (patch)
tree78518d401f46a182a4c5431ec07a8f5854951868 /src/executableslist.h
parent28c46eed919cf3044147f642ea0a8d9909fea2ea (diff)
dump executables on startup
Diffstat (limited to 'src/executableslist.h')
-rw-r--r--src/executableslist.h4
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)