* @brief Returns "host:port" for compact display in the status popup. */
| 1086 | * @brief Returns "host:port" for compact display in the status popup. |
| 1087 | */ |
| 1088 | QString MQTT::Publisher::brokerEndpoint() const |
| 1089 | { |
| 1090 | return QStringLiteral("%1:%2").arg(m_hostname, QString::number(m_port)); |
| 1091 | } |
| 1092 | |
| 1093 | /** |
| 1094 | * @brief Returns the number of messages successfully published since the singleton booted. |