From 1ae5440b63fa56d924272fe384088de32999ceab Mon Sep 17 00:00:00 2001 From: wl <3569324431@QQ.com> Date: 星期一, 24 二月 2025 12:14:34 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/FaceX_AI_智能守卫 --- Client/董澎韬/code/main.cpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git "a/Client/\350\221\243\346\276\216\351\237\254/code/main.cpp" "b/Client/\350\221\243\346\276\216\351\237\254/code/main.cpp" index 168202d..2e3811b 100644 --- "a/Client/\350\221\243\346\276\216\351\237\254/code/main.cpp" +++ "b/Client/\350\221\243\346\276\216\351\237\254/code/main.cpp" @@ -7,5 +7,11 @@ FaceXMainWindow w; w.show(); + // SDL楠岃瘉 + // SDL_version version; + // SDL_VERSION(&version); + // qDebug()<<"version major is"<<version.major; + // qDebug()<<"version minor is"<<version.minor; + return a.exec(); } -- Gitblit v1.8.0