mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:37:43 +00:00
AK+Everywhere: Remove "null state" of LexicalPath
This removes the default constructor of LexicalPath, and subsequently modifies all its users to accommodate the change.
This commit is contained in:
parent
4c018909f7
commit
d8be530397
10 changed files with 52 additions and 52 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
|
||||
private:
|
||||
MainWidget();
|
||||
void set_path(const LexicalPath& file);
|
||||
void set_path(StringView const&);
|
||||
void update_preview();
|
||||
void update_markdown_preview();
|
||||
void update_html_preview();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue