Closed
Bug 458360
Opened 17 years ago
Closed 17 years ago
Qt build breaks after implementation of user font set object
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wildriding, Unassigned)
References
Details
Attachments
(1 file)
1.22 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Implementation of virtual function gfxPlatform::CreateFontGroup in gfxQtPlatform.cpp is missing parameter "gfxUserFontSet *aUserFontSet". This brakes compilation:
/gfx/thebes/src/gfxPlatform.cpp: In static member function ‘static nsresult gfxPlatform::Init()’:
/gfx/thebes/src/gfxPlatform.cpp:176: error: cannot allocate an object of abstract type ‘gfxQtPlatform’
../../../dist/include/thebes/gfxQtPlatform.h:51: note: because the following virtual functions are pure within ‘gfxQtPlatform’:
../../../dist/include/thebes/gfxPlatform.h:192: note: virtual gfxFontGroup* gfxPlatform::CreateFontGroup(const nsAString_internal&, const gfxFontStyle*, gfxUserFontSet*)
make[6]: *** [gfxPlatform.o] Error 1
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Updated•17 years ago
|
Reporter | ||
Updated•17 years ago
|
Attachment #341612 -
Flags: review?(neil)
Updated•17 years ago
|
Attachment #341612 -
Flags: review?(neil) → review?(vladimir)
Attachment #341612 -
Flags: review?(vladimir) → review+
Comment 2•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•