1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00
This commit is contained in:
f4exb
2019-05-22 08:21:09 +02:00
5 changed files with 13 additions and 4 deletions
@@ -75,7 +75,7 @@ TestSourceThread::~TestSourceThread()
void TestSourceThread::startWork()
{
//m_timer.setTimerType(Qt::PreciseTimer);
m_timer.setTimerType(Qt::PreciseTimer);
connect(&m_timer, SIGNAL(timeout()), this, SLOT(tick()));
m_timer.start(50);
m_startWaitMutex.lock();