Changeset 59910 in vbox
- Timestamp:
- Mar 3, 2016 4:03:08 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r59493 r59910 519 519 break; 520 520 521 /* For Runtime UI: */ 522 if (vboxGlobal().isVMConsoleProcess()) 523 { 524 /* Prevent application from exiting when all window(s) closed: */ 525 qApp->setQuitOnLastWindowClosed(false); 526 } 527 521 528 /* Request to Show UI _after_ QApplication started: */ 522 529 QMetaObject::invokeMethod(&vboxGlobal(), "showUI", Qt::QueuedConnection); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp
r59887 r59910 201 201 return false; 202 202 203 /* Prevent application from closing when all window(s) closed: */204 qApp->setQuitOnLastWindowClosed(false);205 206 203 /* Cache medium data early if necessary: */ 207 204 if (vboxGlobal().agressiveCaching())
Note:
See TracChangeset
for help on using the changeset viewer.