Give speed-dial popup GUI_App ownership

This commit is contained in:
Andrew
2026-07-16 16:09:30 +08:00
parent 13f5c777cc
commit 13575601ff
4 changed files with 206 additions and 191 deletions

View File

@@ -87,6 +87,7 @@ class ModelMallDialog;
class PingCodeBindDialog;
class NetworkErrorDialog;
class PluginsDialog;
class SpeedDialWebPopup;
class TerminalDialog;
@@ -554,6 +555,7 @@ public:
PresetBundleDialog* m_preset_bundle_dlg{nullptr};
PluginsDialog* m_plugins_dlg{nullptr};
SpeedDialWebPopup* m_speed_dial_popup{nullptr};
TerminalDialog* m_terminal_dlg{nullptr};
ActionRegistry m_action_registry;