Changeset 881


Ignore:
Timestamp:
Jul 1, 2011, 12:47:42 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added missing QFont::handle() body. Closes #218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/text/qfont_pm.cpp

    r659 r881  
    9393}
    9494
     95Qt::HANDLE QFont::handle() const
     96{
     97    // we only use the Freetype font engine (QFontEngineFT) which doesn't
     98    // have a concept of font handles
     99    return 0;
     100}
     101
    95102QString QFont::rawName() const
    96103{
Note: See TracChangeset for help on using the changeset viewer.