Changeset 91111 in vbox
- Timestamp:
- Sep 3, 2021 3:52:51 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
-
UICommon.cpp (modified) (2 diffs)
-
UIDesktopWidgetWatchdog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r91109 r91111 40 40 #ifdef VBOX_WS_WIN 41 41 # include <QStyleFactory> 42 #endif43 #ifdef VBOX_WS_X1144 # include <QX11Info>45 42 #endif 46 43 #ifdef VBOX_GUI_WITH_PIDFILE … … 135 132 136 133 /* External includes: */ 137 #include <math.h>138 134 #ifdef VBOX_WS_MAC 139 135 # include <sys/utsname.h> -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp
r91110 r91111 25 25 #ifdef VBOX_WS_X11 26 26 # include <QTimer> 27 # include <QX11Info> 27 28 #endif 28 29 … … 48 49 /* External includes: */ 49 50 #ifdef VBOX_WS_X11 51 # include <math.h> 50 52 # include <xcb/xcb.h> 51 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

