From 5efd96cc316f8a704f0f6315b85078b738ddee04 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 26 十一月 2024 23:37:02 +0800 Subject: [PATCH] 1126 --- internal_system_v1/problemrectification.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/problemrectification.cpp b/internal_system_v1/problemrectification.cpp index 99121d2..7edc4f8 100644 --- a/internal_system_v1/problemrectification.cpp +++ b/internal_system_v1/problemrectification.cpp @@ -1,4 +1,4 @@ -#include "problemrectification.h" +锘�#include "problemrectification.h" #include "ui_problemrectification.h" #include <QFileDialog> @@ -7,6 +7,8 @@ #include <QDebug> #include <QProcess> +#pragma execution_character_set("utf-8") + extern int g_comId; extern QString g_auditDate; extern QString g_dataRootPath; -- Gitblit v1.8.0