Changeset 100153 in vbox
- Timestamp:
- Jun 12, 2023 11:48:26 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r100064 r100153 373 373 if (!uimachine()->isRunning() && !uimachine()->isPaused() && !uimachine()->isStuck()) 374 374 { 375 #if defined(VBOX_IS_QT6_OR_LATER) && defined(VBOX_WS_MAC)/** @todo qt6 ... */375 #ifdef VBOX_IS_QT6_OR_LATER /** @todo qt6 ... */ 376 376 /* If we want to close the application, we need to accept the close event. 377 377 If we don't the QEvent::Quit processing in QApplication::event fails and
Note:
See TracChangeset
for help on using the changeset viewer.