summaryrefslogtreecommitdiff
path: root/src/executableslist.h
diff options
context:
space:
mode:
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)