- Timestamp:
- Jun 30, 2010 11:40:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63254
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r30544 r30546 29 29 #include "VBoxMiniToolBar.h" 30 30 31 #include "UISession.h" 31 32 #include "UIActionsPool.h" 32 #include "UIMachineLogic.h"33 33 #include "UIMachineLogicFullscreen.h" 34 #include "UIMachineWindowFullscreen.h" 34 35 #include "UIMachineView.h" 35 #include "UIMachineWindowFullscreen.h"36 #include "UISession.h"37 36 38 37 UIMachineWindowFullscreen::UIMachineWindowFullscreen(UIMachineLogic *pMachineLogic, ulong uScreenId) -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r30544 r30546 29 29 #include "VBoxUtils.h" 30 30 31 #include "UISession.h" 31 32 #include "UIActionsPool.h" 33 #include "UIIndicatorsPool.h" 32 34 #include "UIMouseHandler.h" 35 #include "UIMachineLogic.h" 36 #include "UIMachineWindowNormal.h" 37 #include "UIMachineView.h" 33 38 #include "UIDownloaderAdditions.h" 34 39 #include "UIDownloaderUserManual.h" 35 #include "UIIndicatorsPool.h"36 #include "UIMachineLogic.h"37 #include "UIMachineView.h"38 #include "UIMachineWindowNormal.h"39 #include "UISession.h"40 40 41 41 #include "QIStatusBar.h" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r30545 r30546 31 31 #endif /* Q_WS_MAC */ 32 32 33 #include "UISession.h" 33 34 #include "UIActionsPool.h" 34 #include "UIMachineLogic.h"35 35 #include "UIMachineLogicSeamless.h" 36 #include "UIMachineWindowSeamless.h" 36 37 #include "UIMachineViewSeamless.h" 37 #include "UIMachineWindowSeamless.h"38 #include "UISession.h"39 38 40 39 #ifdef Q_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.