Changeset 50493 in vbox
- Timestamp:
- Feb 18, 2014 2:02:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r50492 r50493 528 528 } 529 529 530 #ifdef Q_WS_MAC 530 531 void UIMachineWindow::handleNativeNotification(const QString &strNativeNotificationName, QWidget *pWidget) 531 532 { 532 /* Redirectarrived notification: */533 /* Handle arrived notification: */ 533 534 LogRel(("UIMachineWindow::handleNativeNotification: Notification '%s' received.\n", 534 535 strNativeNotificationName.toAscii().constData())); 535 536 if (UIMachineWindow *pMachineWindow = qobject_cast<UIMachineWindow*>(pWidget)) 536 537 { 538 /* Redirect arrived notification: */ 537 539 LogRel(("UIMachineWindow::handleNativeNotification: Redirecting '%s' notification to corresponding machine-window...\n", 538 540 strNativeNotificationName.toAscii().constData())); … … 540 542 } 541 543 } 542 544 #endif /* Q_WS_MAC */ 545
Note:
See TracChangeset
for help on using the changeset viewer.

