mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
Lime: Add missing return value.
This commit is contained in:
parent
38120a7ce3
commit
a46f5a635e
@ -211,6 +211,8 @@ bool LimeSDROutputGUI::handleMessage(const Message& message)
|
||||
} else {
|
||||
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else if (LimeSDROutput::MsgReportStreamInfo::match(message))
|
||||
{
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user