VirtualBox

Changeset 50493 in vbox


Ignore:
Timestamp:
Feb 18, 2014 2:02:26 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Burn fix for r92333.

File:
1 edited

Legend:

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

    r50492 r50493  
    528528}
    529529
     530#ifdef Q_WS_MAC
    530531void UIMachineWindow::handleNativeNotification(const QString &strNativeNotificationName, QWidget *pWidget)
    531532{
    532     /* Redirect arrived notification: */
     533    /* Handle arrived notification: */
    533534    LogRel(("UIMachineWindow::handleNativeNotification: Notification '%s' received.\n",
    534535            strNativeNotificationName.toAscii().constData()));
    535536    if (UIMachineWindow *pMachineWindow = qobject_cast<UIMachineWindow*>(pWidget))
    536537    {
     538        /* Redirect arrived notification: */
    537539        LogRel(("UIMachineWindow::handleNativeNotification: Redirecting '%s' notification to corresponding machine-window...\n",
    538540                strNativeNotificationName.toAscii().constData()));
     
    540542    }
    541543}
    542 
     544#endif /* Q_WS_MAC */
     545
Note: See TracChangeset for help on using the changeset viewer.

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