From f7dd8173db8f3c2eb5beefa960d86a2bc2144f9f Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期日, 02 三月 2025 23:58:44 +0800 Subject: [PATCH] 250302 --- 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