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

Method topicNames

src/backend/datasources/MQTTClient.cpp:327–329  ·  view source on GitHub ↗

! * \brief Returns the name of every MQTTTopics which already received a message, and is child of the MQTTClient */

Source from the content-addressed store, hash-verified

325 * \brief Returns the name of every MQTTTopics which already received a message, and is child of the MQTTClient
326 */
327QVector<QString> MQTTClient::topicNames() const {
328 return m_topicNames;
329}
330
331/*!
332 * \brief Adds the initial subscriptions that were set in ImportFileWidget

Callers 2

setMQTTClientMethod · 0.80
showWillSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected