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

Method save

src/frontend/datasources/MQTTConnectionManagerDialog.cpp:99–103  ·  view source on GitHub ↗

! * \brief Saves the settings for the mainWidget */

Source from the content-addressed store, hash-verified

97 * \brief Saves the settings for the mainWidget
98 */
99void MQTTConnectionManagerDialog::save() {
100 // ok-button was clicked, save the connections if they were changed
101 if (m_changed)
102 mainWidget->saveConnections();
103}

Callers

nothing calls this directly

Calls 1

saveConnectionsMethod · 0.45

Tested by

no test coverage detected