From 3742570d134bf007c454413fc834e15b4f8843e8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 15 十一月 2024 23:17:24 +0800 Subject: [PATCH] 1115 --- 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 c83a7e1..89a7341 100644 --- a/internal_system_v1/internal_system_v1.pro +++ b/internal_system_v1/internal_system_v1.pro @@ -46,7 +46,8 @@ filedialogdelegate.cpp \ customheaderview.cpp \ comboboxdelegate.cpp \ - datedelegate.cpp + datedelegate.cpp \ + exporttofile.cpp HEADERS += \ clientmainwindow.h \ @@ -70,7 +71,8 @@ filedialogdelegate.h \ customheaderview.h \ comboboxdelegate.h \ - datedelegate.h + datedelegate.h \ + exporttofile.h FORMS += \ clientmainwindow.ui \ -- Gitblit v1.8.0