summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-11-25 12:30:39 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-11-25 12:30:39 +0000
commit1229e4ccf28e4fb55708fece45764be90da03c06 (patch)
tree5fbfaadf37fcceb8d83b491074ab337e9ee4a0c2 /src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
parentfa646b5d8c17f189172f8dd1a5eefb77cd88d73d (diff)
downloadVirtualBox-svn-1229e4ccf28e4fb55708fece45764be90da03c06.tar.gz
FE/Qt: bugref:9898: Cleanup/rework for UIDesktopWidgetWatchdog class; Converting member stuff to static.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97681 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp')
-rw-r--r--src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
index 3ca271736ca..29128b5469b 100644
--- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
+++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
@@ -228,7 +228,7 @@ QSize UIMachineViewNormal::sizeHint() const
QRect UIMachineViewNormal::workingArea() const
{
- return gpDesktop->availableGeometry(this);
+ return UIDesktopWidgetWatchdog::availableGeometry(this);
}
QSize UIMachineViewNormal::calculateMaxGuestSize() const