1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
@@ -75,6 +75,7 @@ TestMIThread::~TestMIThread()
void TestMIThread::startWork()
{
m_timer.setTimerType(Qt::PreciseTimer);
connect(&m_timer, SIGNAL(timeout()), this, SLOT(tick()));
m_timer.start(50);
m_startWaitMutex.lock();