| 536 | applyNetworkSettings(); |
| 537 | } |
| 538 | void MainWindow::toggleSSLServer() |
| 539 | { |
| 540 | QDEBUG(); |
| 541 | QSettings settings(SETTINGSFILE, QSettings::IniFormat); |
| 542 | settings.setValue("sslServerEnable", !settings.value("sslServerEnable", true).toBool()); |
| 543 | applyNetworkSettings(); |
| 544 | } |
| 545 | |
| 546 | void MainWindow::generateConnectionMenu() |
| 547 | { |
nothing calls this directly
no outgoing calls
no test coverage detected