From 987254bf420571a7b89391d8227569a1b5774019 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 21 二月 2025 23:25:48 +0800
Subject: [PATCH] 250221

---
 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