forked from qt-creator/qt-creator
ActionManager: Delete an unused and unimplemented interface
The interface `bool hasContext(int context)` is neither implemented nor used, so delete it Change-Id: I07923e99ee98ab586d42d5417077db66833bdd41 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -32,12 +32,10 @@ public:
|
|||||||
ActionManagerPrivate();
|
ActionManagerPrivate();
|
||||||
~ActionManagerPrivate() override;
|
~ActionManagerPrivate() override;
|
||||||
|
|
||||||
void setContext(const Context &context);
|
|
||||||
bool hasContext(int context) const;
|
|
||||||
|
|
||||||
void saveSettings();
|
void saveSettings();
|
||||||
static void saveSettings(Command *cmd);
|
static void saveSettings(Command *cmd);
|
||||||
|
|
||||||
|
void setContext(const Context &context);
|
||||||
bool hasContext(const Context &context) const;
|
bool hasContext(const Context &context) const;
|
||||||
Command *overridableAction(Utils::Id id);
|
Command *overridableAction(Utils::Id id);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user