diff --git a/src/plugins/coreplugin/actionmanager/actionmanager_p.h b/src/plugins/coreplugin/actionmanager/actionmanager_p.h index c10f109a6ea..c0543aff4ab 100644 --- a/src/plugins/coreplugin/actionmanager/actionmanager_p.h +++ b/src/plugins/coreplugin/actionmanager/actionmanager_p.h @@ -32,12 +32,10 @@ public: ActionManagerPrivate(); ~ActionManagerPrivate() override; - void setContext(const Context &context); - bool hasContext(int context) const; - void saveSettings(); static void saveSettings(Command *cmd); + void setContext(const Context &context); bool hasContext(const Context &context) const; Command *overridableAction(Utils::Id id);