mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibGUI+Userland: Take ByteString in set_most_recently_open_file()
This commit is contained in:
parent
d30f13a88d
commit
9657f4cabb
11 changed files with 24 additions and 24 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
|
||||
void set_config_domain(String);
|
||||
void update_recent_file_actions();
|
||||
void set_most_recently_open_file(String path);
|
||||
void set_most_recently_open_file(ByteString path);
|
||||
|
||||
void register_recent_file_actions(Badge<GUI::Menu>, Vector<NonnullRefPtr<GUI::Action>>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue