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

Method clientUserName

src/backend/datasources/MQTTClient.cpp:263–265  ·  view source on GitHub ↗

! * \brief Returns the username used for authentication. */

Source from the content-addressed store, hash-verified

261 * \brief Returns the username used for authentication.
262 */
263QString MQTTClient::clientUserName() const {
264 return m_client->username();
265}
266
267/*!
268 * \brief Returns the password used for authentication.

Callers 1

setMQTTClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected