From 69fc6911e8c09e2a34640da642874eab0c8a2256 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 24 一月 2025 22:28:20 +0800 Subject: [PATCH] 0124 --- 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