| 215 | bool ThermalNode::createFile() const { return m_checked && m_item; } |
| 216 | |
| 217 | void ThermalNode::disable() |
| 218 | { |
| 219 | m_checked = false; |
| 220 | model->dataChanged(index(), index(), {}); |
| 221 | model->dataChanged(parentItem()->index(), parentItem()->index(), {}); |
| 222 | } |
| 223 | |
| 224 | void ThermalNode::enable() |
| 225 | { |
no test coverage detected