summaryrefslogtreecommitdiff
path: root/fmrxcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fmrxcontrol.cpp')
-rw-r--r--fmrxcontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fmrxcontrol.cpp b/fmrxcontrol.cpp
index a3c21b5..3e5058c 100644
--- a/fmrxcontrol.cpp
+++ b/fmrxcontrol.cpp
@@ -49,8 +49,8 @@ int FmRxControl::frequency() const
int FmRxControl::frequencyStep(QRadioTuner::Band b) const
{
- // 0.1 Mhz
- return 100 * 1000;
+ Q_UNUSED(b); // Only one band!
+ return 100 * 1000; // 0.1 Mhz
}
QPair<int, int> FmRxControl::frequencyRange(QRadioTuner::Band b) const