mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
do not export QFontEngine and QFontEngineFT classes
internal Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f6bec01cb2
commit
6744bef4d9
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ private:
|
|||
Q_DISABLE_COPY(QFreetypeFace);
|
||||
};
|
||||
|
||||
class Q_GUI_EXPORT QFontEngineFT : public QFontEngine
|
||||
class QFontEngineFT : public QFontEngine
|
||||
{
|
||||
public:
|
||||
#ifndef QT_NO_FONTCONFIG
|
||||
|
|
|
@ -57,7 +57,7 @@ struct QGlyphLayout;
|
|||
)
|
||||
|
||||
|
||||
class Q_GUI_EXPORT QFontEngine
|
||||
class QFontEngine
|
||||
{
|
||||
public:
|
||||
enum Type {
|
||||
|
|
Loading…
Add table
Reference in a new issue