diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-24 23:00:31 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-24 23:00:31 +0100 |
commit | 36ef5cd7bc966ff8af2a275fd1fd5ae639f9cc76 (patch) | |
tree | 44fb4f3139658c3b58c40fbd8b78999b05d6f2a3 /tools/editor/editor_help.h | |
parent | c731dd1ba68604ff7e97915e2b9d3011e818ca03 (diff) | |
parent | c591293718a3710f5d18a2d09a57974df38696cb (diff) |
Merge pull request #2906 from neikeq/help_last_search
Remember last search help term
Diffstat (limited to 'tools/editor/editor_help.h')
-rw-r--r-- | tools/editor/editor_help.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/editor_help.h b/tools/editor/editor_help.h index b5ee6eca6c..04ac4d35ff 100644 --- a/tools/editor/editor_help.h +++ b/tools/editor/editor_help.h @@ -68,7 +68,8 @@ protected: static void _bind_methods(); public: - void popup(const String& p_term=""); + void popup(); + void popup(const String& p_term); EditorHelpSearch(); }; |