VirtualBox

Changeset 91759 in vbox


Ignore:
Timestamp:
Oct 15, 2021 11:00:14 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9974. Using notification center instead of message box for failed setting save.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r91736 r91759  
    33293329        /* Show error message if necessary: */
    33303330        if (!fSuccess)
    3331             msgCenter().cannotSaveMachineSettings(comMachine, pParent);
     3331            UINotificationMessage::cannotSaveMachineSettings(machine());
    33323332    }
    33333333    return fSuccess;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h

    r91736 r91759  
    388388    /* Shows the boot failure dialog through which user can mount a boot DVD and reset the vm. */
    389389    void showBootFailureDialog();
     390    /** Attempts to mount medium with @p uMediumId to the machine if it can find an appropriate controller and port. */
    390391    bool mountBootMedium(const QUuid &uMediumId);
    391392
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