Changeset 49608 in vbox
- Timestamp:
- Nov 21, 2013 3:39:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r49602 r49608 1066 1066 bool UISelectorWindow::eventFilter(QObject *pObject, QEvent *pEvent) 1067 1067 { 1068 /* If we got broadcast qApp close-event, quit app.. */ 1069 if (pObject == qApp && pEvent->type() == QEvent::Close) 1070 { 1071 sltPerformExit(); 1072 return true; 1073 } 1074 1068 1075 /* Ignore for non-active window: */ 1069 1076 if (!isActiveWindow())
Note:
See TracChangeset
for help on using the changeset viewer.