Changeset 87023 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
- Timestamp:
- Dec 1, 2020 2:42:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r86996 r87023 1187 1187 this, &UIMachineLogic::sltInstallGuestAdditions); 1188 1188 1189 /* 'Help' menu 'Contents' action. Done here since we react differently to this action 1190 * in manager and runtime UI: */ 1191 connect(actionPool()->action(UIActionIndex_Simple_Contents), &UIAction::triggered, 1192 &msgCenter(), &UIMessageCenter::sltShowHelpHelpDialog); 1193 1189 1194 #ifdef VBOX_WITH_DEBUGGER_GUI 1190 1195 /* 'Debug' actions connections: */
Note:
See TracChangeset
for help on using the changeset viewer.