MCPcopy Create free account
hub / github.com/dannagle/PacketSender / toggleSSLServer

Method toggleSSLServer

src/mainwindow.cpp:538–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 applyNetworkSettings();
537}
538void MainWindow::toggleSSLServer()
539{
540 QDEBUG();
541 QSettings settings(SETTINGSFILE, QSettings::IniFormat);
542 settings.setValue("sslServerEnable", !settings.value("sslServerEnable", true).toBool());
543 applyNetworkSettings();
544}
545
546void MainWindow::generateConnectionMenu()
547{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected