Changeset 98850 in vbox
- Timestamp:
- Mar 7, 2023 8:50:40 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r98849 r98850 1423 1423 disconnect(uimachine(), &UIMachine::sigRuntimeError, this, &UIMachineLogic::sltRuntimeError); 1424 1424 #ifdef VBOX_WS_MAC 1425 disconnect(ui session(), &UISession::sigShowWindows, this, &UIMachineLogic::sltShowWindows);1425 disconnect(uimachine(), &UIMachine::sigShowWindows, this, &UIMachineLogic::sltShowWindows); 1426 1426 #endif 1427 1427 disconnect(uimachine(), &UIMachine::sigGuestMonitorChange, this, &UIMachineLogic::sltGuestMonitorChange);
Note:
See TracChangeset
for help on using the changeset viewer.