MCPcopy 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
60SearchComboBox::~SearchComboBox(){
61 //release resource
62 for (auto o : _items){
63 delete o;
64 }
65 _items.clear();
66}
67
68void SearchComboBox::ShowDlg(QWidget *editline)
69{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected