1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-04 18:06:22 -04:00

Use Qt precise timer for test and file sources

This commit is contained in:
f4exb
2019-05-21 23:33:36 +02:00
parent 319c988ef9
commit 3f4c0a2e70
4 changed files with 7 additions and 3 deletions
@@ -332,7 +332,7 @@ public:
quint64 m_centerFrequency;
quint64 m_recordLength; //!< record length in seconds computed from file size
quint64 m_startingTimeStamp;
const QTimer& m_masterTimer;
QTimer m_masterTimer;
QNetworkAccessManager *m_networkManager;
QNetworkRequest m_networkRequest;