From e736202b662a90482f7d65ac7527c34285ae5dcf Mon Sep 17 00:00:00 2001
From: xuetao <xuetao@ng3d.com>
Date: 星期二, 20 五月 2025 13:53:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/test-upload

---
 Test/mainwindow.cpp |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/Test/mainwindow.cpp b/Test/mainwindow.cpp
index 2364edf..e76cea5 100644
--- a/Test/mainwindow.cpp
+++ b/Test/mainwindow.cpp
@@ -54,11 +54,8 @@
   // 没有 delete[] pt
 
   /**********其他错误**********/
-  // 1.未使用的变量
+  //未使用的变量
   int unused = 0;
-
-  // 2.未包含必要的头文件
-  //#include<>
 }
 
 MainWindow::~MainWindow() { delete ui; }

--
Gitblit v1.9.1