mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
FileManager: Switch FileOperationProgressWidget::did_error() to SV&
This commit is contained in:
parent
469bca9d3a
commit
9ac757647f
Notes:
sideshowbarker
2024-07-18 08:34:08 +09:00
Author: https://github.com/AtkinsSJ
Commit: 9ac757647f
Pull-request: https://github.com/SerenityOS/serenity/pull/8117
Reviewed-by: https://github.com/MaxWipfli ✅
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ private:
|
|||
FileOperationProgressWidget(FileOperation, NonnullRefPtr<Core::File> helper_pipe);
|
||||
|
||||
void did_finish();
|
||||
void did_error(String message);
|
||||
void did_error(StringView const& message);
|
||||
void did_progress(off_t bytes_done, off_t total_byte_count, size_t files_done, size_t total_file_count, off_t current_file_done, off_t current_file_size, StringView const& current_filename);
|
||||
|
||||
void close_pipe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue