summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-10-16 19:30:38 +0200
committerkobewi <kobewi4e@gmail.com>2023-07-18 14:18:36 +0200
commit000471ee5691fa6f6a212944084d3aa434acc5b8 (patch)
tree8e35c98dffec5c59417d5906e9f59a20fe2ea422 /editor/plugins/shader_editor_plugin.h
parent6dc5dc3479f7758d6f52038659ebefbd9ae4d3a4 (diff)
downloadredot-engine-000471ee5691fa6f6a212944084d3aa434acc5b8.tar.gz
Add unsaved status for script and shader editors
Diffstat (limited to 'editor/plugins/shader_editor_plugin.h')
-rw-r--r--editor/plugins/shader_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h
index 45b48a2f91..6f206d8504 100644
--- a/editor/plugins/shader_editor_plugin.h
+++ b/editor/plugins/shader_editor_plugin.h
@@ -115,6 +115,7 @@ public:
virtual void set_window_layout(Ref<ConfigFile> p_layout) override;
virtual void get_window_layout(Ref<ConfigFile> p_layout) override;
+ virtual String get_unsaved_status() const override;
virtual void save_external_data() override;
virtual void apply_changes() override;