From 7db272a2b43059efa5eeb0fa2447137ce2167d86 Mon Sep 17 00:00:00 2001 From: "dev@dev.com" Date: Sun, 30 May 2021 10:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E4=BC=98=E5=85=88=E7=BA=A7?= =?UTF-8?q?=EF=BC=8C=E9=99=8D=E4=BD=8E=E7=BA=BF=E7=A8=8B=E5=8E=8B=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- specwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specwidget.cpp b/specwidget.cpp index 0c7faa6..24d93a9 100644 --- a/specwidget.cpp +++ b/specwidget.cpp @@ -453,7 +453,7 @@ void specWidget::initTx() m_readth->start(); while (!m_dataproduce_ok && ! stop_signal_called) QThread::msleep(10); - m_txth->start(); + m_txth->start(QThread::TimeCriticalPriority); } -- GitLab