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] =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E5=BC=95=E7=94=A8?= =?UTF-8?q?=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