1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-04 18:48:34 -04:00

Initialize master timer

This commit is contained in:
f4exb 2020-10-11 19:58:45 +02:00
parent 493689d189
commit 0f1e42f17b

View File

@ -45,7 +45,10 @@ MESSAGE_CLASS_DEFINITION(MainCore::MsgAddFeature, Message)
MESSAGE_CLASS_DEFINITION(MainCore::MsgDeleteFeature, Message)
MainCore::MainCore()
{}
{
m_masterTimer.setTimerType(Qt::PreciseTimer);
m_masterTimer.start(50);
}
MainCore::~MainCore()
{}