+ allow to set a default action for an exclusive group

This commit is contained in:
wmayer
2015-09-20 15:47:11 +02:00
parent 1d8b7f3582
commit 96bee2fa47
3 changed files with 19 additions and 0 deletions

View File

@@ -266,6 +266,11 @@ void ActionGroup::setExclusive (bool b)
_group->setExclusive(b);
}
bool ActionGroup::isExclusive() const
{
return _group->isExclusive();
}
void ActionGroup::setVisible( bool b )
{
Action::setVisible(b);