mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
HackStudio: Moved code closing project from open_project to own method
Take the code which closes the current project out of open_project method and move it into its own method.
This commit is contained in:
parent
3ce96134b5
commit
d9c295de46
Notes:
sideshowbarker
2024-07-18 05:23:52 +09:00
Author: https://github.com/donaghylennon
Commit: d9c295de46
Pull-request: https://github.com/SerenityOS/serenity/pull/9185
Reviewed-by: https://github.com/itamar8910 ✅
2 changed files with 16 additions and 10 deletions
|
@ -104,6 +104,7 @@ private:
|
|||
|
||||
void handle_external_file_deletion(const String& filepath);
|
||||
void stop_debugger_if_running();
|
||||
void close_current_project();
|
||||
|
||||
void create_open_files_view(GUI::Widget& parent);
|
||||
void create_toolbar(GUI::Widget& parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue