1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00

PDFViewer: Use FileSystemAccessClient to open files

This commit is contained in:
Mustafa Quraish 2021-09-02 08:22:13 -04:00 committed by Andreas Kling
parent d645f637f1
commit eae21c7e31
4 changed files with 47 additions and 13 deletions

View file

@ -23,7 +23,7 @@ public:
void initialize_menubar(GUI::Window&);
void create_toolbar();
void open_file(const String& path);
void open_file(int fd, const String& path);
private:
PDFViewerWidget();