Commit b0098056 authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Oswald Buddenhagen
Browse files

fix namespaced DirectWrite build


Change-Id: Iec6d6ca121b2b04fc1eb4a97f1387ee630e6e1f5
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
No related merge requests found
Showing with 9 additions and 9 deletions
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment