fix namespaced DirectWrite build

Change-Id: Iec6d6ca121b2b04fc1eb4a97f1387ee630e6e1f5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Joerg Bornemann 2014-10-22 12:12:26 +02:00 committed by Oswald Buddenhagen
parent 4d5f9df8ab
commit b0098056e5
2 changed files with 9 additions and 9 deletions

View File

@ -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)

View File

@ -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: