1
0
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:
Jon Beniston 2022-07-20 17:52:43 +01:00
parent 22a30b5ea0
commit 4ca07058e0

View File

@ -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;