mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Fixed -Wunused-variable warnings
This commit is contained in:
@@ -82,7 +82,6 @@ bool AFCGUI::handleMessage(const Message& message)
|
||||
else if (AFCReport::MsgUpdateTarget::match(message))
|
||||
{
|
||||
const AFCReport::MsgUpdateTarget& cfg = (AFCReport::MsgUpdateTarget&) message;
|
||||
bool frequencyChanged = cfg.getFrequencyChanged();
|
||||
|
||||
if (cfg.getFrequencyChanged()) {
|
||||
ui->statusIndicator->setStyleSheet("QLabel { background-color: rgb(232, 85, 85); border-radius: 8px; }"); // red
|
||||
|
||||
Reference in New Issue
Block a user