From 5efd96cc316f8a704f0f6315b85078b738ddee04 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 26 十一月 2024 23:37:02 +0800 Subject: [PATCH] 1126 --- 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 89a7341..619cfcf 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -47,7 +47,8 @@ customheaderview.cpp \ comboboxdelegate.cpp \ datedelegate.cpp \ - exporttofile.cpp + exporttofile.cpp \ + noedititemdelegate.cpp HEADERS += \ clientmainwindow.h \ @@ -72,7 +73,8 @@ customheaderview.h \ comboboxdelegate.h \ datedelegate.h \ - exporttofile.h + exporttofile.h \ + noedititemdelegate.h FORMS += \ clientmainwindow.ui \ -- Gitblit v1.8.0