mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-02 00:45:23 -04:00
Merge pull request #1415 from srcejon/lime_return_val
Lime: Add missing return value.
This commit is contained in:
commit
9b3f438937
@ -211,6 +211,8 @@ bool LimeSDROutputGUI::handleMessage(const Message& message)
|
|||||||
} else {
|
} else {
|
||||||
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
|
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
else if (LimeSDROutput::MsgReportStreamInfo::match(message))
|
else if (LimeSDROutput::MsgReportStreamInfo::match(message))
|
||||||
{
|
{
|
||||||
|
@ -198,6 +198,8 @@ bool LimeSDRInputGUI::handleMessage(const Message& message)
|
|||||||
} else {
|
} else {
|
||||||
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
|
ui->calibrationLabel->setStyleSheet("QLabel { background-color : red; }");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
else if (LimeSDRInput::MsgReportStreamInfo::match(message))
|
else if (LimeSDRInput::MsgReportStreamInfo::match(message))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user