- Timestamp:
- Jan 14, 2019 1:36:28 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128159
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r76776 r76815 1489 1489 } 1490 1490 1491 void UIVirtualBoxManager::cleanupConnections() 1492 { 1493 /* Honestly we should disconnect everything here, 1494 * but for now it's enough to disconnect the most critical. */ 1495 m_pWidget->disconnect(this); 1496 } 1497 1491 1498 void UIVirtualBoxManager::cleanupWidgets() 1492 1499 { … … 1520 1527 1521 1528 /* Cleanup: */ 1529 cleanupConnections(); 1522 1530 cleanupWidgets(); 1523 1531 cleanupMenuBar(); -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h
r76776 r76815 266 266 /** Saves settings. */ 267 267 void saveSettings(); 268 /** Cleanups connections. */ 269 void cleanupConnections(); 268 270 /** Cleanups widgets. */ 269 271 void cleanupWidgets();
Note:
See TracChangeset
for help on using the changeset viewer.