VirtualBox

Ignore:
Timestamp:
Feb 23, 2010 11:24:40 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57934
Message:

FE/Qt4: new VM core: make it build on OSX again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp

    r26691 r26699  
    3737#include "UIMachineView.h"
    3838
     39#include "VBoxUtils.h"
     40
    3941UIMachineLogicNormal::UIMachineLogicNormal(QObject *pParent, UISession *pSession, UIActionsPool *pActionsPool)
    4042    : UIMachineLogic(pParent, pSession, pActionsPool, UIVisualStateType_Normal)
     
    115117    /* We have to make sure that we are getting the front most process.
    116118     * This is necessary for Qt versions > 4.3.3: */
    117     ProcessSerialNumber psn = { 0, kCurrentProcess };
    118     ::SetFrontProcess(&psn);
     119    ::darwinSetFrontMostProcess();
    119120#endif /* Q_WS_MAC */
    120121
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette