From 6a1c01b3b618d56011560d19f4da9c47793fff4a Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期一, 10 二月 2025 12:30:47 +0800
Subject: [PATCH] 0210

---
 regularinvestment.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/regularinvestment.cpp b/regularinvestment.cpp
index 2d7a501..75aa3f0 100644
--- a/regularinvestment.cpp
+++ b/regularinvestment.cpp
@@ -9,6 +9,9 @@
 #include <qnetworkreply.h>
 #include <QDebug>
 
+
+#pragma execution_character_set("utf-8")
+
 RegularInvestment::RegularInvestment(QWidget *parent) :
     QMainWindow(parent),
     ui(new Ui::RegularInvestment)

--
Gitblit v1.8.0