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