From ab9fa7bf8578ba5de4990677d62ca522bd45af62 Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 26 Jun 2025 23:04:02 +0800 Subject: [PATCH] fix: log error crash. --- Gui/frelayGUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Gui/frelayGUI.cpp b/Gui/frelayGUI.cpp index 9090632..6122d90 100644 --- a/Gui/frelayGUI.cpp +++ b/Gui/frelayGUI.cpp @@ -110,7 +110,6 @@ void frelayGUI::ControlMsgHander(QtMsgType type, const QMessageLogContext& conte break; default: QMetaObject::invokeMethod(logPrint, "Error", Qt::QueuedConnection, Q_ARG(QString, msg)); - logPrint->Error(msg); break; } }