summaryrefslogtreecommitdiff
path: root/fmrxcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'fmrxcontrol.h')
-rw-r--r--fmrxcontrol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fmrxcontrol.h b/fmrxcontrol.h
index 20247da..a24e92d 100644
--- a/fmrxcontrol.h
+++ b/fmrxcontrol.h
@@ -52,10 +52,14 @@ public:
QRadioTuner::Error error() const;
QString errorString() const;
+private:
+ static int convertSignalLevel(int v4l_level);
+
private slots:
void handleStarted();
void handleStopped();
void handleTuned(double frequency);
+ void handleSignalLevelChanged(ushort level);
};
#endif // FMRXCONTROL_H