mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 05:22:25 -04:00
Merge pull request #358 from Vort/master_timer
Improve precision of master timer
This commit is contained in:
commit
42cb0c4057
@ -175,6 +175,7 @@ MainWindow::MainWindow(qtwebapp::LoggerWithFile *logger, const MainParser& parse
|
|||||||
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));
|
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));
|
||||||
m_statusTimer.start(1000);
|
m_statusTimer.start(1000);
|
||||||
|
|
||||||
|
m_masterTimer.setTimerType(Qt::PreciseTimer);
|
||||||
m_masterTimer.start(50);
|
m_masterTimer.start(50);
|
||||||
|
|
||||||
splash->showStatusMessage("load settings...", Qt::white);
|
splash->showStatusMessage("load settings...", Qt::white);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user