Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void MQTTSubscriptionWidget::setTopicList(const QStringList& topicList) {
104
m_topicList = topicList;
105
}
106
107
QStringList MQTTSubscriptionWidget::getTopicList() {
108
return m_topicList;
Callers
1
setMQTTClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected