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

Method toggleTCPServer

src/mainwindow.cpp:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 applyNetworkSettings();
531}
532void MainWindow::toggleTCPServer()
533{
534 QSettings settings(SETTINGSFILE, QSettings::IniFormat);
535 settings.setValue("tcpServerEnable", !settings.value("tcpServerEnable", true).toBool());
536 applyNetworkSettings();
537}
538void MainWindow::toggleSSLServer()
539{
540 QDEBUG();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected