Rename SpeedDialDialog files to SpeedDialPopup

This commit is contained in:
Andrew
2026-07-16 16:09:30 +08:00
parent 9279f86858
commit 13f5c777cc
4 changed files with 6 additions and 6 deletions

View File

@@ -116,8 +116,8 @@ set(SLIC3R_GUI_SOURCES
GUI/PluginPickerDialog.hpp
GUI/PluginsDialog.cpp
GUI/PluginsDialog.hpp
GUI/SpeedDialDialog.cpp
GUI/SpeedDialDialog.hpp
GUI/SpeedDialPopup.cpp
GUI/SpeedDialPopup.hpp
GUI/ActionRegistry.cpp
GUI/ActionRegistry.hpp
GUI/ProcessRunner.cpp

View File

@@ -141,7 +141,7 @@
#include "slic3r/Utils/bambu_networking.hpp"
#include "PluginsDialog.hpp"
#include "SpeedDialDialog.hpp"
#include "SpeedDialPopup.hpp"
#include "TerminalDialog.hpp"
//#ifdef WIN32

View File

@@ -1,4 +1,4 @@
#include "SpeedDialDialog.hpp"
#include "SpeedDialPopup.hpp"
#include "ActionRegistry.hpp"
#include "GUI.hpp"

View File

@@ -1,5 +1,5 @@
#ifndef slic3r_GUI_SpeedDialDialog_hpp_
#define slic3r_GUI_SpeedDialDialog_hpp_
#ifndef slic3r_GUI_SpeedDialPopup_hpp_
#define slic3r_GUI_SpeedDialPopup_hpp_
#include <wx/string.h>