From c0917a009b2eb7b4bbb70e4ae0ea4ccac6318a29 Mon Sep 17 00:00:00 2001 From: hzq <hzq123456> Date: 星期五, 09 五月 2025 11:54:51 +0800 Subject: [PATCH] 常见错误提交 --- Test/main.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Test/main.cpp b/Test/main.cpp index 51ee1a9..5194a48 100644 --- a/Test/main.cpp +++ b/Test/main.cpp @@ -7,6 +7,7 @@ //first QT QApplication a(argc, argv); MainWindow w; + //first QT w.show(); return a.exec(); } -- Gitblit v1.9.1