From ee692f2cbde18cf221c06e4be5af0f87c40a7104 Mon Sep 17 00:00:00 2001 From: xuetao <xuetao@ng3d.com> Date: 星期四, 08 五月 2025 16:01:51 +0800 Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/test-upload --- Test/main.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Test/main.cpp b/Test/main.cpp index fd3e533..51ee1a9 100644 --- a/Test/main.cpp +++ b/Test/main.cpp @@ -4,6 +4,7 @@ int main(int argc, char *argv[]) { + //first QT QApplication a(argc, argv); MainWindow w; w.show(); -- Gitblit v1.9.1