mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
PDFViewer: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
parent
1c3e93c6e0
commit
effb19f996
3 changed files with 11 additions and 25 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
void initialize_menubar(GUI::Window&);
|
||||
void create_toolbar();
|
||||
void open_file(int fd, const String& path);
|
||||
void open_file(Core::File&);
|
||||
|
||||
private:
|
||||
PDFViewerWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue