Changeset 26692 in vbox
- Timestamp:
- Feb 23, 2010 3:44:36 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r26691 r26692 572 572 #endif 573 573 574 void UIMachineWindowNormal::closeEvent(QCloseEvent *pEvent) 575 { 576 return UIMachineWindow::closeEvent(pEvent); 577 } 578 574 579 void UIMachineWindowNormal::prepareConsoleConnections() 575 580 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r26691 r26692 86 86 bool x11Event(XEvent *pEvent); 87 87 #endif 88 void closeEvent(QCloseEvent *pEvent); 88 89 89 90 /* Private getters: */
Note:
See TracChangeset
for help on using the changeset viewer.