summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-25 17:15:36 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-25 17:15:36 +0000
commitb1e75612b86a98c9d639c2a23d67feda672ab3d1 (patch)
treee60bc875d957c7980e900bcb245a6e7f3e4127a9 /src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
parent5feb610ddfb537c376c59165db52548eec719e99 (diff)
downloadVirtualBox-svn-b1e75612b86a98c9d639c2a23d67feda672ab3d1.tar.gz
FE/Qt: bugref:10067: Move power-off stuff to the place where it belongs (UISession); Besides that, rename power-down to power-off for consistency.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@90893 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
index 12fb205e1e9..38649d97534 100644
--- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
+++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
@@ -142,9 +142,6 @@ public:
virtual void updateDock();
#endif /* VBOX_WS_MAC */
- /** Power off VM, then close Runtime UI. */
- void powerOff(bool fDiscardingState);
-
/* API: 3D overlay visibility stuff: */
virtual void notifyAbout3DOverlayVisibilityChange(bool fVisible);