Changeset 88712 in vbox for trunk/src/VBox
- Timestamp:
- Apr 26, 2021 5:28:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/activity/overview/UIVMActivityOverviewWidget.cpp
r88711 r88712 1035 1035 void UIActivityOverviewModel::clearData() 1036 1036 { 1037 /* We have a request to detach COM stuff, 1038 * first of all we are removing all the items, 1039 * this will detach COM wrappers implicitly: */ 1037 1040 m_itemList.clear(); 1041 /* Detaching perf. collector finally, 1042 * please do not use it after all: */ 1043 m_performanceCollector.detach(); 1038 1044 } 1039 1045
Note:
See TracChangeset
for help on using the changeset viewer.