Merge pull request #64374 from RandomShaper/inheritable_cl_args

This commit is contained in:
Rémi Verschelde
2022-08-22 21:48:28 +02:00
committed by GitHub
8 changed files with 58 additions and 38 deletions

View File

@@ -98,7 +98,6 @@ public:
String get_user_data_dir() const override;
bool is_userfs_persistent() const override;
bool is_single_window() const override { return true; }
void alert(const String &p_alert, const String &p_title = "ALERT!") override;