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

Method toggleUDPServer

src/mainwindow.cpp:526–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void MainWindow::toggleUDPServer()
527{
528 QSettings settings(SETTINGSFILE, QSettings::IniFormat);
529 settings.setValue("udpServerEnable", !settings.value("udpServerEnable", true).toBool());
530 applyNetworkSettings();
531}
532void MainWindow::toggleTCPServer()
533{
534 QSettings settings(SETTINGSFILE, QSettings::IniFormat);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected