From bb38b17ac562de6366e8aa4d7fb3b1ed1fe4b184 Mon Sep 17 00:00:00 2001 From: HuQiQiang <3315384591@qq.com> Date: Sun, 12 Oct 2025 15:11:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=86=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=EF=BC=88=E6=9C=AA=E5=AE=9E=E7=8E=B0=E8=AE=A1=E7=AE=97=E9=A2=98?= =?UTF-8?q?=E7=9B=AE=E7=BB=93=E6=9E=9C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/main.cc b/src/main/main.cc index efb45b3..339b521 100644 --- a/src/main/main.cc +++ b/src/main/main.cc @@ -1,6 +1,6 @@ #include -#include "main_window.h" -#include "../shared/ibackend_service.h" +#include "../frontend/main_window.h" +#include "../shared/backend_interface.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); From f2f4d57e82b90ef1049603189ea18ad13c2d1b2e Mon Sep 17 00:00:00 2001 From: HuQiQiang <3315384591@qq.com> Date: Sun, 12 Oct 2025 15:18:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/main_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/main_window.h b/src/frontend/main_window.h index 45560fc..790b492 100644 --- a/src/frontend/main_window.h +++ b/src/frontend/main_window.h @@ -7,7 +7,7 @@ #include "selection_widget.h" #include "question_widget.h" #include "result_widget.h" -#include "../shared/ibackend_service.h" +#include "../shared/backend_interface.h" class MainWindow : public QMainWindow { Q_OBJECT