Fix updating of menus with EA_Hide.

This commit is contained in:
con
2010-11-12 13:45:13 +01:00
parent 59004d3dd3
commit d7e7c3427d
3 changed files with 5 additions and 9 deletions

View File

@@ -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);