Changeset 87023 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 1, 2020 2:42:29 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r87022 r87023 2485 2485 * the manager and runtime UIs: */ 2486 2486 connect(actionPool()->action(UIActionIndex_Simple_Contents), &UIAction::triggered, 2487 this, &UIVirtualBoxManager::sltPerformShowHelpBrowser); 2488 2487 this, &UIVirtualBoxManager::sltPerformShowHelpBrowser); 2489 2488 } 2490 2489 -
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.