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:
Lennon Donaghy 2021-08-02 19:26:20 +01:00 committed by Andreas Kling
commit 5ca888132d
Notes: sideshowbarker 2024-07-18 05:24:00 +09:00
3 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,8 @@ public:
void focus_textbox_and_select_all();
void reset();
private:
explicit FindInFilesWidget();