mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Run: Use Core::Stream API for command history file
This commit is contained in:
parent
aee52a458b
commit
2dea636f33
2 changed files with 19 additions and 17 deletions
|
@ -28,8 +28,8 @@ private:
|
|||
bool run_via_launch(String const& run_input);
|
||||
|
||||
String history_file_path();
|
||||
void load_history();
|
||||
void save_history();
|
||||
ErrorOr<void> load_history();
|
||||
ErrorOr<void> save_history();
|
||||
|
||||
Vector<String> m_path_history;
|
||||
NonnullRefPtr<GUI::ItemListModel<String>> m_path_history_model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue