更新代码

This commit is contained in:
feiyangqingyun
2021-12-27 09:39:37 +08:00
parent f2c45cd5c2
commit 8315420216
29 changed files with 212 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setFont(QFont("Microsoft Yahei", 9));
#if (QT_VERSION <= QT_VERSION_CHECK(5,0,0))
#if (QT_VERSION < QT_VERSION_CHECK(5,0,0))
#if _MSC_VER
QTextCodec *codec = QTextCodec::codecForName("gbk");
#else