Add some qt debug aoutput.
This commit is contained in:
parent
edf1d105e7
commit
79906df12e
@ -488,6 +488,8 @@ bool Worker::updateTriggerSet() {
|
||||
QString triggerValue("");
|
||||
|
||||
for (int repeat = 0; repeat < 50; ++repeat) {
|
||||
qInfo() << "UPDATE TRIGGER SET -> REPEAT" << repeat;
|
||||
|
||||
startProgressLoop();
|
||||
if (std::optional<QString> result
|
||||
= IsmasClient::sendRequestReceiveResponse(
|
||||
|
Loading…
Reference in New Issue
Block a user