Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 762 B view raw
1diff --git a/src/HyperionProperties.cpp b/src/HyperionProperties.cpp 2index b585702..3fd308c 100644 3--- a/src/HyperionProperties.cpp 4+++ b/src/HyperionProperties.cpp 5@@ -59,7 +59,7 @@ HyperionProperties::HyperionProperties(QWidget *parent) 6 signal_handler_connect(handler, "log", logger_message, this); 7 8 connect(ui->ButtonStart, &QPushButton::clicked, this, &HyperionProperties::saveSettings); 9- connect(ui->AutoStart, &QCheckBox::stateChanged, this, &HyperionProperties::saveSettings); 10+ connect(ui->AutoStart, &QCheckBox::checkStateChanged, this, &HyperionProperties::saveSettings); 11 12 connect(ui->ButtonStart, &QPushButton::clicked, this, &HyperionProperties::onStart); 13 connect(ui->ButtonStop, &QPushButton::clicked, this, &HyperionProperties::onStop);