| 38 | } |
| 39 | |
| 40 | void NetworkSettingsDialog::openIntern() |
| 41 | { |
| 42 | _origServerAddress = NetworkService::get().getServerAddress(); |
| 43 | _serverAddress = _origServerAddress; |
| 44 | } |
| 45 | |
| 46 | void NetworkSettingsDialog::onChangeSettings() |
| 47 | { |
nothing calls this directly
no test coverage detected