From 1bb61da9f048f9f86b412479e3f4d18adb1876f2 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 13 十二月 2024 23:39:41 +0800 Subject: [PATCH] 1213 --- internal_system_v1/internal_system_v1.pro | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/internal_system_v1/internal_system_v1.pro b/internal_system_v1/internal_system_v1.pro index c83a7e1..619cfcf 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -46,7 +46,9 @@ filedialogdelegate.cpp \ customheaderview.cpp \ comboboxdelegate.cpp \ - datedelegate.cpp + datedelegate.cpp \ + exporttofile.cpp \ + noedititemdelegate.cpp HEADERS += \ clientmainwindow.h \ @@ -70,7 +72,9 @@ filedialogdelegate.h \ customheaderview.h \ comboboxdelegate.h \ - datedelegate.h + datedelegate.h \ + exporttofile.h \ + noedititemdelegate.h FORMS += \ clientmainwindow.ui \ -- Gitblit v1.8.0