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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user