Add a way to copy the text of warnings shown in the editor

Closes #20662
This commit is contained in:
Bojidar Marinov
2019-07-09 21:11:31 +03:00
parent 3bfffcc568
commit eed2251f17
2 changed files with 11 additions and 0 deletions

View File

@ -782,6 +782,8 @@ public:
void show_accept(const String &p_text, const String &p_title);
void show_warning(const String &p_text, const String &p_title = "Warning!");
void _copy_warning(const String &p_str);
Error export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false);
static void register_editor_types();