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

Method setTopicList

src/frontend/datasources/MQTTSubscriptionWidget.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void MQTTSubscriptionWidget::setTopicList(const QStringList& topicList) {
104 m_topicList = topicList;
105}
106
107QStringList MQTTSubscriptionWidget::getTopicList() {
108 return m_topicList;

Callers 1

setMQTTClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected