From 922a7702ea05a84cb5272fd1d5ff50e3d873cb6c Mon Sep 17 00:00:00 2001 From: hzq <hzq123456> Date: 星期三, 14 五月 2025 11:18:45 +0800 Subject: [PATCH] 常见错误提交 --- Test/main.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Test/main.cpp b/Test/main.cpp index fd3e533..5194a48 100644 --- a/Test/main.cpp +++ b/Test/main.cpp @@ -4,8 +4,10 @@ int main(int argc, char *argv[]) { + //first QT QApplication a(argc, argv); MainWindow w; + //first QT w.show(); return a.exec(); } -- Gitblit v1.9.1