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

Method topLevelSubscription

src/frontend/datasources/MQTTSubscriptionWidget.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119QTreeWidgetItem* MQTTSubscriptionWidget::topLevelSubscription(int index) {
120 return ui.twSubscriptions->topLevelItem(index);
121}
122
123void MQTTSubscriptionWidget::addTopic(QTreeWidgetItem* item) {
124 ui.twTopics->addTopLevelItem(item);

Callers 4

addTopicToTreeMethod · 0.80
testUnsubscribeMethod · 0.80
mqttMessageReceivedMethod · 0.80
showWillSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected