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:
parent
d645f637f1
commit
eae21c7e31
4 changed files with 47 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue