summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-03-01 15:36:26 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-03-01 15:36:26 +0000
commit15696d644472f5a883252660d4ec1f906637418b (patch)
tree2554a4e1831360f643ef793c9286dff8a9e5e4d8 /src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
parent506199ee74d1ae72d5701de24d425c061215642c (diff)
downloadVirtualBox-svn-15696d644472f5a883252660d4ec1f906637418b.tar.gz
FE/Qt: bugref:10322: Runtime UI: Reworking CMachine wrapper usage step-by-step; Storage stuff related to boot dialog.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98805 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h')
-rw-r--r--src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
index 0c924ab0b43..15ef1defdc2 100644
--- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
+++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
@@ -375,8 +375,6 @@ private:
void activateScreenSaver();
/* Shows the boot failure dialog through which user can mount a boot DVD and reset the vm. */
void showBootFailureDialog();
- /** Attempts to mount medium with @p uMediumId to the machine if it can find an appropriate controller and port. */
- bool mountBootMedium(const QUuid &uMediumId);
/** Resets the machine. If @p fShowConfirmation is true then a confirmation messag box is shown first. */
void reset(bool fShowConfirmation);