mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Everywhere: "file name" => "filename"
This commit is contained in:
parent
def1f1444a
commit
7ae7170d61
59 changed files with 181 additions and 181 deletions
|
@ -86,7 +86,7 @@ private:
|
|||
NonnullRefPtr<GUI::Action> create_set_autocomplete_mode_action();
|
||||
|
||||
void add_new_editor(GUI::Widget& parent);
|
||||
RefPtr<EditorWrapper> get_editor_of_file(const String& file_name);
|
||||
RefPtr<EditorWrapper> get_editor_of_file(const String& filename);
|
||||
String get_project_executable_path() const;
|
||||
|
||||
void on_action_tab_change();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue