From 1d9df6677912a982a4676f4bf9bdc2612ceb68cc Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 16 一月 2025 21:50:10 +0800 Subject: [PATCH] 0116 --- stock_plan.pro | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 339ec9f..29a0169 100644 --- a/stock_plan.pro +++ b/stock_plan.pro @@ -29,14 +29,18 @@ getstocklist.cpp \ stockpolicy.cpp \ leadingcompany.cpp \ - showinfomessage.cpp + showinfomessage.cpp \ + customitem.cpp \ + customsortproxymodel.cpp HEADERS += \ clientmainwindow.h \ getstocklist.h \ stockpolicy.h \ leadingcompany.h \ - showinfomessage.h + showinfomessage.h \ + customitem.h \ + customsortproxymodel.h FORMS += \ clientmainwindow.ui \ -- Gitblit v1.8.0