From 9ca199497985c526c31e8884f6911fd49be6b807 Mon Sep 17 00:00:00 2001
From: shiyb <ninthozward1@outlook.com>
Date: 星期一, 19 五月 2025 17:07:39 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/test-upload 修改了错误示例

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