Added antennaConnected property to QRadioTuner and radio qml element
Change-Id: I5af8487277e0444629c710c6a0a4e890a8d35c6f Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -87,6 +87,8 @@ public:
|
||||
|
||||
virtual bool isSearching() const = 0;
|
||||
|
||||
virtual bool isAntennaConnected() const { return true; }
|
||||
|
||||
virtual void searchForward() = 0;
|
||||
virtual void searchBackward() = 0;
|
||||
virtual void searchAllStations(QRadioTuner::SearchMode searchMode = QRadioTuner::SearchFast) = 0;
|
||||
@@ -109,6 +111,7 @@ Q_SIGNALS:
|
||||
void mutedChanged(bool muted);
|
||||
void error(QRadioTuner::Error err);
|
||||
void stationFound(int frequency, QString stationId);
|
||||
void antennaConnectedChanged(bool connectionStatus);
|
||||
|
||||
protected:
|
||||
QRadioTunerControl(QObject *parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user