mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
merge
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user