VirtualBox

Changeset 87023 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 1, 2020 2:42:29 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Adding the connection for opening the help browser from runtime ui.

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  
    24852485     * the manager and runtime UIs: */
    24862486    connect(actionPool()->action(UIActionIndex_Simple_Contents), &UIAction::triggered,
    2487         this, &UIVirtualBoxManager::sltPerformShowHelpBrowser);
    2488 
     2487            this, &UIVirtualBoxManager::sltPerformShowHelpBrowser);
    24892488}
    24902489
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r86996 r87023  
    11871187            this, &UIMachineLogic::sltInstallGuestAdditions);
    11881188
     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
    11891194#ifdef VBOX_WITH_DEBUGGER_GUI
    11901195    /* 'Debug' actions connections: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette