Changeset 28495 in vbox
- Timestamp:
- Apr 19, 2010 7:11:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r28457 r28495 179 179 * to let menubar operate while popped up: */ 180 180 pMenuBar->setFocus(); 181 #endif /* ifdefQ_WS_WIN */181 #endif /* Q_WS_WIN */ 182 182 183 183 /* Accept this event: */ … … 205 205 #ifdef Q_WS_WIN 206 206 QMenuBar *pMenuBar = pMainDialog ? pMainDialog->menuBar() : 0; 207 #endif /* ifdefQ_WS_WIN */207 #endif /* Q_WS_WIN */ 208 208 209 209 if (pWatched != 0 && pWatched == pMainDialog) … … 255 255 } 256 256 } 257 #endif /* ifdefQ_WS_WIN */257 #endif /* Q_WS_WIN */ 258 258 259 259 return UIMachineView::eventFilter(pWatched, pEvent);
Note:
See TracChangeset
for help on using the changeset viewer.