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 | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/stock_plan.pro b/stock_plan.pro index 29a0169..60cf5de 100644 --- a/stock_plan.pro +++ b/stock_plan.pro @@ -31,7 +31,8 @@ leadingcompany.cpp \ showinfomessage.cpp \ customitem.cpp \ - customsortproxymodel.cpp + customsortproxymodel.cpp \ + regularinvestment.cpp HEADERS += \ clientmainwindow.h \ @@ -40,11 +41,13 @@ leadingcompany.h \ showinfomessage.h \ customitem.h \ - customsortproxymodel.h + customsortproxymodel.h \ + regularinvestment.h FORMS += \ clientmainwindow.ui \ getstocklist.ui \ stockpolicy.ui \ leadingcompany.ui \ - showinfomessage.ui + showinfomessage.ui \ + regularinvestment.ui -- Gitblit v1.8.0