MCPcopy Create free account
hub / github.com/KDE/labplot / topLevelTopic

Method topLevelTopic

src/frontend/datasources/MQTTSubscriptionWidget.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115QTreeWidgetItem* MQTTSubscriptionWidget::topLevelTopic(int index) {
116 return ui.twTopics->topLevelItem(index);
117}
118
119QTreeWidgetItem* MQTTSubscriptionWidget::topLevelSubscription(int index) {
120 return ui.twSubscriptions->topLevelItem(index);

Callers 3

addTopicToTreeMethod · 0.80
testSubscribeMethod · 0.80
mqttMessageReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected