FIX: add a warning dialog

jira: [STUDIO-9715]
Change-Id: I376235de8a8569e63530eca914dc977a670a769c
(cherry picked from commit 4f1ad8016e11d5440127b45c48854c1ed2cf75aa)
This commit is contained in:
xin.zhang
2025-01-14 17:20:44 +08:00
committed by Noisyfox
parent 16a32d0cc4
commit 2878eb50f1
5 changed files with 27 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ class StepIndicator;
namespace Slic3r {
namespace GUI {
// Previous definitions
class MessageDialog;
enum CameraRecordingStatus {
RECORDING_NONE,
RECORDING_OFF_NORMAL,
@@ -565,6 +568,7 @@ protected:
SecondaryCheckDialog* con_load_dlg = nullptr;
SecondaryCheckDialog* ctrl_e_hint_dlg = nullptr;
SecondaryCheckDialog* sdcard_hint_dlg = nullptr;
MessageDialog* champer_switch_head_dlg = nullptr;
FanControlPopupNew* m_fan_control_popup{nullptr};