MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / ~SidepanelEditor

Method ~SidepanelEditor

bt_editor/sidepanel_editor.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44SidepanelEditor::~SidepanelEditor()
45{
46 QSettings settings;
47 settings.setValue("SidepanelEditor/header",
48 ui->portsTableWidget->horizontalHeader()->saveState() );
49
50 delete ui;
51}
52
53void SidepanelEditor::updateTreeView()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected