| 42 | } |
| 43 | |
| 44 | SidepanelEditor::~SidepanelEditor() |
| 45 | { |
| 46 | QSettings settings; |
| 47 | settings.setValue("SidepanelEditor/header", |
| 48 | ui->portsTableWidget->horizontalHeader()->saveState() ); |
| 49 | |
| 50 | delete ui; |
| 51 | } |
| 52 | |
| 53 | void SidepanelEditor::updateTreeView() |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected