implemented

This commit is contained in:
tanderson
2012-01-12 18:29:28 -05:00
committed by Yorik van Havre
parent 795bd01f31
commit 3b8176535b
7 changed files with 203 additions and 20 deletions

View File

@@ -296,6 +296,7 @@ int ActionGroup::checkedAction() const
void ActionGroup::setCheckedAction(int i)
{
_group->actions()[i]->setChecked(true);
this->setIcon(_group->actions()[i]->icon());
}
/**