Add missing Q_OBJECT macro to QCoreTextFontEngine
Change-Id: I5d6b4742265a026d404d5ffa48f2c554d5483f30 Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
This commit is contained in:
parent
95fa88abe7
commit
cf785e0419
@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
class QRawFontPrivate;
|
class QRawFontPrivate;
|
||||||
class QCoreTextFontEngine : public QFontEngine
|
class QCoreTextFontEngine : public QFontEngine
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
QCoreTextFontEngine(CTFontRef font, const QFontDef &def);
|
QCoreTextFontEngine(CTFontRef font, const QFontDef &def);
|
||||||
QCoreTextFontEngine(CGFontRef font, const QFontDef &def);
|
QCoreTextFontEngine(CGFontRef font, const QFontDef &def);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user