Changeset 99185 in vbox for trunk/src/VBox
- Timestamp:
- Mar 27, 2023 2:27:28 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r98890 r99185 1083 1083 const QUuid &uID /* = QString() */) 1084 1084 { 1085 /* Lock the action preventing cascade calls: */1086 UIQObjectPropertySetter guardBlock(actionPool()->action(UIActionIndexMN_M_Machine_S_Settings), "opened", true);1087 connect(&guardBlock, &UIQObjectPropertySetter::sigAboutToBeDestroyed,1088 this, &UIVirtualBoxManager::sltHandleUpdateActionAppearanceRequest);1089 updateActionsAppearance();1090 1091 1085 /* Get current item: */ 1092 1086 UIVirtualMachineItem *pItem = currentItem();
Note:
See TracChangeset
for help on using the changeset viewer.