MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / ~DecoderOptionsDlg

Method ~DecoderOptionsDlg

DSView/pv/dialogs/decoderoptionsdlg.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67DecoderOptionsDlg::~DecoderOptionsDlg()
68{
69 for(auto p : _bindings){
70 delete p;
71 }
72 _bindings.clear();
73}
74
75void DecoderOptionsDlg::load_options(view::DecodeTrace *trace)
76{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected