From d3dd07158c3041727e56f40c9ba2dbe9d414ae2a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期日, 19 一月 2025 23:53:29 +0800 Subject: [PATCH] 0119 --- stock_plan.pro | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 339ec9f..60cf5de 100644 --- a/stock_plan.pro +++ b/stock_plan.pro @@ -29,18 +29,25 @@ getstocklist.cpp \ stockpolicy.cpp \ leadingcompany.cpp \ - showinfomessage.cpp + showinfomessage.cpp \ + customitem.cpp \ + customsortproxymodel.cpp \ + regularinvestment.cpp HEADERS += \ clientmainwindow.h \ getstocklist.h \ stockpolicy.h \ leadingcompany.h \ - showinfomessage.h + showinfomessage.h \ + customitem.h \ + customsortproxymodel.h \ + regularinvestment.h FORMS += \ clientmainwindow.ui \ getstocklist.ui \ stockpolicy.ui \ leadingcompany.ui \ - showinfomessage.ui + showinfomessage.ui \ + regularinvestment.ui -- Gitblit v1.8.0