! * \brief Saves the settings for the mainWidget */
| 97 | * \brief Saves the settings for the mainWidget |
| 98 | */ |
| 99 | void MQTTConnectionManagerDialog::save() { |
| 100 | // ok-button was clicked, save the connections if they were changed |
| 101 | if (m_changed) |
| 102 | mainWidget->saveConnections(); |
| 103 | } |
nothing calls this directly
no test coverage detected