Changeset 81256 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 14, 2019 12:21:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.cpp
r81255 r81256 27 27 # include "UICommon.h" 28 28 # include "UIDesktopWidgetWatchdog.h" 29 #endif 30 31 /* Other VBox includes: */ 32 #ifdef VBOX_WS_MAC 33 # include "iprt/cpp/utils.h" 29 34 #endif 30 35 … … 103 108 { 104 109 #ifdef VBOX_WS_MAC 105 return ::darwinIsWindowMaximized( this);110 return ::darwinIsWindowMaximized(unconst(this)); 106 111 #else 107 112 return isMaximized();
Note:
See TracChangeset
for help on using the changeset viewer.