| 129 | } |
| 130 | |
| 131 | void MQTTSubscriptionWidget::setTopicTreeText(const QString& text) { |
| 132 | ui.twTopics->headerItem()->setText(0, text); |
| 133 | } |
| 134 | |
| 135 | QTreeWidgetItem* MQTTSubscriptionWidget::currentItem() const { |
| 136 | return ui.twSubscriptions->currentItem(); |
no test coverage detected