Changeset 98859 in vbox
- Timestamp:
- Mar 7, 2023 1:31:06 PM (21 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.cpp
r98103 r98859 39 39 #else 40 40 # include "UIMachine.h" 41 # include "UISession.h"42 41 #endif 43 42 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp
r98450 r98859 43 43 #include "UIMachineViewFullscreen.h" 44 44 #include "UIMachineWindow.h" 45 #include "UISession.h"46 45 47 46 /* Other VBox includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r98547 r98859 42 42 #include "UIMachineViewNormal.h" 43 43 #include "UIMachineWindow.h" 44 #include "UISession.h"45 44 46 45 /* Other VBox includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r98674 r98859 50 50 #include "UINotificationCenter.h" 51 51 #include "UIIconPool.h" 52 #include "UISession.h"53 52 #include "QIStatusBar.h" 54 53 #include "QIStatusBarIndicator.h" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r98840 r98859 42 42 #include "UIMachineViewSeamless.h" 43 43 #include "UIMachineWindow.h" 44 #include "UISession.h"45 44 46 45 /* COM includes: */
Note:
See TracChangeset
for help on using the changeset viewer.