VirtualBox

Changeset 99201 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 28, 2023 3:36:29 PM (22 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6669: VirtualBox Manager: Few missed bits in r156573.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp

    r99200 r99201  
    22522252    /* 'File' menu connections: */
    22532253    connect(actionPool()->action(UIActionIndexMN_M_File_S_ImportAppliance), &UIAction::triggered,
    2254             this, &UIVirtualBoxManager::sltOpenImportApplianceWizardDefault);
     2254            this, &UIVirtualBoxManager::sltOpenImportApplianceWizard);
    22552255    connect(actionPool()->action(UIActionIndexMN_M_File_S_ExportAppliance), &UIAction::triggered,
    22562256            this, &UIVirtualBoxManager::sltOpenExportApplianceWizard);
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h

    r99200 r99201  
    186186        void sltCloseManagerWindowDefault() { sltCloseManagerWindow(); }
    187187
    188         /** Handles call to open Import Appliance wizard the default way. */
    189         void sltOpenImportApplianceWizardDefault() { openImportApplianceWizard(); }
     188        /** Handles call to open Import Appliance wizard. */
     189        void sltOpenImportApplianceWizard() { openImportApplianceWizard(); }
    190190        /** Handles call to open Export Appliance wizard. */
    191191        void sltOpenExportApplianceWizard();
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