Changeset 88713 in vbox
- Timestamp:
- Apr 26, 2021 6:10:09 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r88648 r88713 1218 1218 connect(gEDataManager, &UIExtraDataManager::sigVisualStateChange, 1219 1219 this, &UIMachineLogic::sltHandleVisualStateChange); 1220 1221 /* UICommon connections: */ 1222 #ifdef VBOX_WITH_DEBUGGER_GUI 1223 /* Cleanup debugger before VBoxDbg module handle cleaned up: */ 1224 connect(&uiCommon(), &UICommon::sigAskToCommitData, 1225 this, &UIMachineLogic::sltCleanupDebugger); 1226 #endif 1220 1227 } 1221 1228 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r84990 r88713 356 356 void sltHandleVisualStateChange(); 357 357 358 #ifdef VBOX_WITH_DEBUGGER_GUI 359 /** Cleanups debugger. */ 360 void sltCleanupDebugger() { cleanupDebugger(); } 361 #endif 362 358 363 private: 359 364
Note:
See TracChangeset
for help on using the changeset viewer.