1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Lime: Add missing return value.

This commit is contained in:
Jon Beniston
2022-09-16 15:32:56 +01:00
parent 38120a7ce3
commit a46f5a635e
2 changed files with 4 additions and 0 deletions
@@ -198,6 +198,8 @@ bool LimeSDRInputGUI::handleMessage(const Message& message)
} else {
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
}
return true;
}
else if (LimeSDRInput::MsgReportStreamInfo::match(message))
{