From 44127be8dad347ee5fd0d934478a4f239f154e0c Mon Sep 17 00:00:00 2001 From: alves Date: Mon, 2 Feb 2026 18:16:15 +0800 Subject: [PATCH] feature update download manager name. --- src/slic3r/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt index e74b6c66ed..8122c67092 100644 --- a/src/slic3r/CMakeLists.txt +++ b/src/slic3r/CMakeLists.txt @@ -504,8 +504,8 @@ set(SLIC3R_GUI_SOURCES GUI/SMPhysicalPrinterDialog.cpp GUI/SSWCP.cpp GUI/SSWCP.hpp - GUI/WCPDownloadManager.cpp - GUI/WCPDownloadManager.hpp + GUI/DownloadManager.cpp + GUI/DownloadManager.hpp GUI/WebPresetDialog.hpp GUI/WebPresetDialog.cpp GUI/WebSMUserLoginDialog.cpp