From 560ebd47c33706e4482a6c158fd795a4d0a6075f Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 28 十一月 2024 22:49:28 +0800 Subject: [PATCH] 1128 --- internal_system_v1/problemcount.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/problemcount.cpp b/internal_system_v1/problemcount.cpp index bb3497c..1dfacee 100644 --- a/internal_system_v1/problemcount.cpp +++ b/internal_system_v1/problemcount.cpp @@ -1,4 +1,4 @@ -#include "problemcount.h" +锘�#include "problemcount.h" #include "ui_problemcount.h" #include <QDebug> #include <QFileDialog> @@ -6,6 +6,8 @@ #include <QPushButton> #include <QSqlQuery> +#pragma execution_character_set("utf-8") + extern int g_comId; extern QString g_auditDate; extern QString g_dataRootPath; -- Gitblit v1.8.0