1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

MacPDF: Add an NSOutlineViewDataSource for the PDF outline

Not used yet.
This commit is contained in:
Nico Weber 2023-10-08 22:28:01 -04:00 committed by Tim Flynn
parent 18dfc61280
commit 79bba20efc
3 changed files with 118 additions and 0 deletions

View file

@ -17,6 +17,7 @@ add_executable(MacPDF MACOSX_BUNDLE
main.mm
AppDelegate.mm
MacPDFDocument.mm
MacPDFOutlineViewDataSource.mm
MacPDFView.mm
MacPDFWindowController.mm
)