mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
Spreadsheet: Use FileSystemAccessClient for the reading of files
This commit is contained in:
parent
c4013f72a3
commit
c55dfabdd5
Notes:
sideshowbarker
2024-07-17 20:51:43 +09:00
Author: https://github.com/kingwill101
Commit: c55dfabdd5
Pull-request: https://github.com/SerenityOS/serenity/pull/11807
Reviewed-by: https://github.com/creator1creeper1 ✅
9 changed files with 63 additions and 29 deletions
|
@ -56,7 +56,7 @@ private:
|
|||
};
|
||||
|
||||
struct ImportDialog {
|
||||
static Result<NonnullRefPtrVector<Sheet>, String> make_and_run_for(GUI::Window* parent, StringView mime, Core::File& file, Workbook&);
|
||||
static Result<NonnullRefPtrVector<Sheet>, String> make_and_run_for(GUI::Window& parent, StringView mime, Core::File& file, Workbook&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue