Changeset 73517 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 5, 2018 8:13:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r73492 r73517 1963 1963 actionPool()->action(UIActionIndexST_M_Group_M_StartOrShow)->toActionPolymorphicMenu()->setState(UIVirtualMachineItem::isItemPoweredOff(pItem) ? 0 : 1); 1964 1964 actionPool()->action(UIActionIndexST_M_Machine_M_StartOrShow)->toActionPolymorphicMenu()->setState(UIVirtualMachineItem::isItemPoweredOff(pItem) ? 0 : 1); 1965 /// todo Hmm, fix it?1965 /// @todo Hmm, fix it? 1966 1966 // QToolButton *pButton = qobject_cast<QToolButton*>(m_pToolBar->widgetForAction(actionPool()->action(UIActionIndexST_M_Machine_M_StartOrShow))); 1967 1967 // if (pButton) … … 1972 1972 actionPool()->action(UIActionIndexST_M_Group_M_StartOrShow)->toActionPolymorphicMenu()->setState(0); 1973 1973 actionPool()->action(UIActionIndexST_M_Machine_M_StartOrShow)->toActionPolymorphicMenu()->setState(0); 1974 /// todo Hmm, fix it?1974 /// @todo Hmm, fix it? 1975 1975 // QToolButton *pButton = qobject_cast<QToolButton*>(m_pToolBar->widgetForAction(actionPool()->action(UIActionIndexST_M_Machine_M_StartOrShow))); 1976 1976 // if (pButton)
Note:
See TracChangeset
for help on using the changeset viewer.