Changeset 94085 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 4, 2022 1:35:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r94029 r94085 758 758 void UIChooserAbstractModel::sltDetachCOM() 759 759 { 760 /* Finally, stop all cloud updates: */ 761 stopCloudUpdates(true /* forced? */); 762 760 763 /* Delete tree: */ 761 764 delete m_pInvisibleRootNode; 762 765 m_pInvisibleRootNode = 0; 763 764 /* Finally, stop all cloud updates: */765 stopCloudUpdates(true /* forced? */);766 766 } 767 767
Note:
See TracChangeset
for help on using the changeset viewer.