1
Fork 0
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:
Mustafa Quraish 2022-01-16 20:47:11 -05:00 committed by Andreas Kling
parent 1c3e93c6e0
commit effb19f996
3 changed files with 11 additions and 25 deletions

View file

@ -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();