Changeset 41333 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
- Timestamp:
- May 16, 2012 11:43:39 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78003
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp ¶
r41114 r41333 23 23 #include <QTimer> 24 24 #include <QContextMenuEvent> 25 #include <QResizeEvent> 25 26 26 27 /* Local includes: */ 27 28 #include "VBoxGlobal.h" 28 #include "UIMessageCenter.h"29 #include "VBoxUtils.h"30 29 #include "UISession.h" 31 30 #include "UIActionPoolRuntime.h" … … 36 35 #include "UIMachineWindowNormal.h" 37 36 #include "UIMachineView.h" 38 #include "UINetworkManager.h"39 #include "UIDownloaderAdditions.h"40 #include "UIDownloaderUserManual.h"41 #include "UIDownloaderExtensionPack.h"42 #ifdef Q_WS_MAC43 # include "UIImageTools.h"44 #endif /* Q_WS_MAC */45 37 #include "QIStatusBar.h" 46 38 #include "QIStateIndicator.h" 47 39 #include "UIHotKeyEditor.h" 40 #ifdef Q_WS_MAC 41 # include "VBoxUtils.h" 42 # include "UIImageTools.h" 43 #endif /* Q_WS_MAC */ 48 44 49 45 UIMachineWindowNormal::UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId)
Note:
See TracChangeset
for help on using the changeset viewer.