do not export QFontEngine and QFontEngineFT classes

internal

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-20 22:07:28 +03:00
parent f6bec01cb2
commit 6744bef4d9
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ private:
Q_DISABLE_COPY(QFreetypeFace); Q_DISABLE_COPY(QFreetypeFace);
}; };
class Q_GUI_EXPORT QFontEngineFT : public QFontEngine class QFontEngineFT : public QFontEngine
{ {
public: public:
#ifndef QT_NO_FONTCONFIG #ifndef QT_NO_FONTCONFIG

View file

@ -57,7 +57,7 @@ struct QGlyphLayout;
) )
class Q_GUI_EXPORT QFontEngine class QFontEngine
{ {
public: public:
enum Type { enum Type {