mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:17:35 +00:00
TextEditor: Rename open_sesame() => open_file()
This commit is contained in:
parent
69d8ad52c4
commit
28720e9035
3 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ class TextEditorWidget final : public GUI::Widget {
|
|||
C_OBJECT(TextEditorWidget)
|
||||
public:
|
||||
virtual ~TextEditorWidget() override;
|
||||
void open_sesame(const String& path);
|
||||
void open_file(const String& path);
|
||||
bool request_close();
|
||||
|
||||
GUI::TextEditor& editor() { return *m_editor; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue