From fb90b6016c0db6e9f45b072854aa9a5d6825a94b Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 08 五月 2024 22:16:20 +0800 Subject: [PATCH] 0508 --- internal_system_v1/internal_system_v1.pro | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro index 8c8d5e2..c969f34 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -41,7 +41,8 @@ problemlist.cpp \ problemrectificationresult.cpp \ tableitemdelegate.cpp \ - threemergeproblemlist.cpp + threemergeproblemlist.cpp \ + filedialogdelegate.cpp HEADERS += \ clientmainwindow.h \ @@ -61,7 +62,8 @@ problemlist.h \ problemrectificationresult.h \ tableitemdelegate.h \ - threemergeproblemlist.h + threemergeproblemlist.h \ + filedialogdelegate.h FORMS += \ clientmainwindow.ui \ -- Gitblit v1.8.0