Changeset 26699 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
- Timestamp:
- Feb 23, 2010 11:24:40 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
r26691 r26699 37 37 #include "UIMachineView.h" 38 38 39 #include "VBoxUtils.h" 40 39 41 UIMachineLogicNormal::UIMachineLogicNormal(QObject *pParent, UISession *pSession, UIActionsPool *pActionsPool) 40 42 : UIMachineLogic(pParent, pSession, pActionsPool, UIVisualStateType_Normal) … … 115 117 /* We have to make sure that we are getting the front most process. 116 118 * This is necessary for Qt versions > 4.3.3: */ 117 ProcessSerialNumber psn = { 0, kCurrentProcess }; 118 ::SetFrontProcess(&psn); 119 ::darwinSetFrontMostProcess(); 119 120 #endif /* Q_WS_MAC */ 120 121
Note:
See TracChangeset
for help on using the changeset viewer.