diff options
Diffstat (limited to 'Userland/DevTools/HackStudio/HackStudio.h')
-rw-r--r-- | Userland/DevTools/HackStudio/HackStudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/DevTools/HackStudio/HackStudio.h b/Userland/DevTools/HackStudio/HackStudio.h index 3458b7c116..cb4698900d 100644 --- a/Userland/DevTools/HackStudio/HackStudio.h +++ b/Userland/DevTools/HackStudio/HackStudio.h @@ -21,6 +21,7 @@ void open_file(String const&, size_t line, size_t column); Project& project(); String currently_open_file(); void set_current_editor_wrapper(RefPtr<EditorWrapper>); +void update_editor_window_title(); void for_each_open_file(Function<void(ProjectFile const&)>); bool semantic_syntax_highlighting_is_enabled(); |