forked from qt-creator/qt-creator
Fix updating of menus with EA_Hide.
This commit is contained in:
@@ -255,11 +255,6 @@ QList<Command *> ActionManagerPrivate::commands() const
|
||||
return result;
|
||||
}
|
||||
|
||||
QList<ActionContainerPrivate *> ActionManagerPrivate::containers() const
|
||||
{
|
||||
return m_idContainerMap.values();
|
||||
}
|
||||
|
||||
bool ActionManagerPrivate::hasContext(int context) const
|
||||
{
|
||||
return m_context.contains(context);
|
||||
|
||||
Reference in New Issue
Block a user