mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
MacPDF: Rename LagomPDFDocument to MacPDFDocument
This commit is contained in:
parent
f99771d46f
commit
76f0a09b5e
6 changed files with 10 additions and 10 deletions
|
@ -60,7 +60,7 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr<Gfx::Bitmap> bitmap_p)
|
|||
|
||||
@implementation MacPDFView
|
||||
|
||||
// Called from LagomPDFDocument
|
||||
// Called from MacPDFDocument.
|
||||
- (void)setDocument:(WeakPtr<PDF::Document>)doc
|
||||
{
|
||||
NSLog(@"doc set");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue