mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
HackStudio: Make FindInFilesWidget reset when opening new project
Add method to FindInFilesWidget which resets the model in order to clear the output when needed, and use this when a new project is opened.
This commit is contained in:
parent
ff2a1ee8b0
commit
5ca888132d
Notes:
sideshowbarker
2024-07-18 05:24:00 +09:00
Author: https://github.com/donaghylennon
Commit: 5ca888132d
Pull-request: https://github.com/SerenityOS/serenity/pull/9185
Reviewed-by: https://github.com/itamar8910 ✅
3 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,8 @@ public:
|
|||
|
||||
void focus_textbox_and_select_all();
|
||||
|
||||
void reset();
|
||||
|
||||
private:
|
||||
explicit FindInFilesWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue