mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 00:12:09 +00:00
Rename SpeedDialDialog files to SpeedDialPopup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
#include "slic3r/Utils/bambu_networking.hpp"
|
||||
|
||||
#include "PluginsDialog.hpp"
|
||||
#include "SpeedDialDialog.hpp"
|
||||
#include "SpeedDialPopup.hpp"
|
||||
#include "TerminalDialog.hpp"
|
||||
|
||||
//#ifdef WIN32
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "SpeedDialDialog.hpp"
|
||||
#include "SpeedDialPopup.hpp"
|
||||
|
||||
#include "ActionRegistry.hpp"
|
||||
#include "GUI.hpp"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user