diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-03 17:32:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 17:32:16 +0200 |
commit | fb838bf1b4cf4ecb8e8e7d1039f1342b1d977ef2 (patch) | |
tree | b91843c6318dbd122c976573e47f40b9f0588583 /editor/editor_node.h | |
parent | 6d0ade54c0f4216067cd421cae91ec1e4ac6725e (diff) | |
parent | e9db8964e39cdeae6ebbfd314f3e68b6954400c5 (diff) |
Merge pull request #19192 from marcelofg55/undo_redo_msg
Add a message when there is nothing to Undo or Redo
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index dedd947633..4241520b30 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -685,6 +685,7 @@ public: Ref<Theme> get_editor_theme() const { return theme; } + void show_accept(const String &p_text, const String &p_title); void show_warning(const String &p_text, const String &p_title = "Warning!"); Error export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false); |