| 265 | } |
| 266 | |
| 267 | bool Application::applySettings() |
| 268 | { |
| 269 | if (!m_settingsApplied) { |
| 270 | m_settingsApplied = true; |
| 271 | return m_connection.applySettings(m_settings); |
| 272 | } |
| 273 | return false; |
| 274 | } |
| 275 | |
| 276 | bool Application::waitForConnected() |
| 277 | { |
no outgoing calls
no test coverage detected