summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdrgui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdrgui/mainwindow.cpp b/sdrgui/mainwindow.cpp
index fe81630f9..acb8e0958 100644
--- a/sdrgui/mainwindow.cpp
+++ b/sdrgui/mainwindow.cpp
@@ -175,6 +175,7 @@ MainWindow::MainWindow(qtwebapp::LoggerWithFile *logger, const MainParser& parse
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));
m_statusTimer.start(1000);
+ m_masterTimer.setTimerType(Qt::PreciseTimer);
m_masterTimer.start(50);
splash->showStatusMessage("load settings...", Qt::white);