diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-06 09:49:44 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-06 10:07:39 (GMT) |
commit | d3bf214eb3b3bf3799c01860c11d39bf76c4fcdb (patch) | |
tree | ad97a0e8a47840bc36e75be741dea32836b75c41 /src/gui/kernel/qwindowdefs_win.h | |
parent | 7588eaee83776b510eabdb9206e3cabcb3ee9dc2 (diff) | |
download | Qt-d3bf214eb3b3bf3799c01860c11d39bf76c4fcdb.zip Qt-d3bf214eb3b3bf3799c01860c11d39bf76c4fcdb.tar.gz Qt-d3bf214eb3b3bf3799c01860c11d39bf76c4fcdb.tar.bz2 |
Fix linking of applications that use QFontDatabase::removeApplicationFont.
Application font support requires the platform to implement the private
registerFont() function, but it is also necessary to implement the public
QFontDatabase::removeApplicationFont() function in the platform fontdatabase.
The former is implemented as a stub, indicating an error to the caller. The
latter was missing as a stub, causing link errors in WebKit.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/kernel/qwindowdefs_win.h')
0 files changed, 0 insertions, 0 deletions