Update rigcommander.cpp

creator-widgets
Phil Taylor 2024-01-29 14:52:30 +00:00
rodzic 35c97be0e0
commit 3ecc0080e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1092,7 +1092,7 @@ void rigCommander::parseCommand()
// This tells us whether we are receiving main or sub data
case funcScopeSingleDual:
// This tells us whether we are receiving single or dual scopes
qInfo(logRig()) << "funcScopeSingleDual" << payloadIn[0];
qInfo(logRig()) << "funcScopeSingleDual" << static_cast<bool>(payloadIn[0]);
value.setValue(static_cast<bool>(payloadIn[0]));
break;
#if defined __GNUC__