mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-23 20:58:42 -04:00
Fix gcc error
This commit is contained in:
parent
22a30b5ea0
commit
4ca07058e0
@ -87,7 +87,7 @@ signals:
|
||||
void foF2Updated(const QJsonDocument& doc);
|
||||
|
||||
private:
|
||||
bool GIRO::containsNonNull(const QJsonObject& obj, const QString &key) const;
|
||||
bool containsNonNull(const QJsonObject& obj, const QString &key) const;
|
||||
|
||||
QTimer m_dataTimer; // Timer for periodic updates
|
||||
QTimer m_mufTimer;
|
||||
|
Loading…
Reference in New Issue
Block a user