Changeset 91759 in vbox
- Timestamp:
- Oct 15, 2021 11:00:14 AM (3 years ago)
- 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 3329 3329 /* Show error message if necessary: */ 3330 3330 if (!fSuccess) 3331 msgCenter().cannotSaveMachineSettings(comMachine, pParent);3331 UINotificationMessage::cannotSaveMachineSettings(machine()); 3332 3332 } 3333 3333 return fSuccess; -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r91736 r91759 388 388 /* Shows the boot failure dialog through which user can mount a boot DVD and reset the vm. */ 389 389 void showBootFailureDialog(); 390 /** Attempts to mount medium with @p uMediumId to the machine if it can find an appropriate controller and port. */ 390 391 bool mountBootMedium(const QUuid &uMediumId); 391 392
Note:
See TracChangeset
for help on using the changeset viewer.