! * \brief returns the selected connection of the mainWidget */
| 58 | * \brief returns the selected connection of the mainWidget |
| 59 | */ |
| 60 | QString MQTTConnectionManagerDialog::connection() const { |
| 61 | return mainWidget->connection(); |
| 62 | } |
| 63 | |
| 64 | /*! |
| 65 | * \brief Returns whether the initial connection has been changed |