fix namespaced DirectWrite build
Change-Id: Iec6d6ca121b2b04fc1eb4a97f1387ee630e6e1f5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
4d5f9df8ab
commit
b0098056e5
@ -46,13 +46,13 @@
|
||||
#include <QtCore/QSharedPointer>
|
||||
#include "qtwindows_additional.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
#if !defined(QT_NO_DIRECTWRITE)
|
||||
struct IDWriteFactory;
|
||||
struct IDWriteGdiInterop;
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QWindowsFontEngineData
|
||||
{
|
||||
Q_DISABLE_COPY(QWindowsFontEngineData)
|
||||
|
@ -49,16 +49,16 @@
|
||||
#include <QtGui/private/qfontengine_p.h>
|
||||
#include <QtCore/QSharedPointer>
|
||||
|
||||
class QWindowsFontEngineData;
|
||||
|
||||
struct IDWriteFont ;
|
||||
struct IDWriteFontFace ;
|
||||
struct IDWriteFactory ;
|
||||
struct IDWriteBitmapRenderTarget ;
|
||||
struct IDWriteGdiInterop ;
|
||||
struct IDWriteFont;
|
||||
struct IDWriteFontFace;
|
||||
struct IDWriteFactory;
|
||||
struct IDWriteBitmapRenderTarget;
|
||||
struct IDWriteGdiInterop;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QWindowsFontEngineData;
|
||||
|
||||
class QWindowsFontEngineDirectWrite : public QFontEngine
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user