Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ ~SearchComboBox
Method
~SearchComboBox
DSView/pv/dock/searchcombobox.cpp:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
SearchComboBox::~SearchComboBox(){
61
//release resource
62
for (auto o : _items){
63
delete o;
64
}
65
_items.clear();
66
}
67
68
void SearchComboBox::ShowDlg(QWidget *editline)
69
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected