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 <QtCore/QSharedPointer>
|
||||||
#include "qtwindows_additional.h"
|
#include "qtwindows_additional.h"
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
|
|
||||||
#if !defined(QT_NO_DIRECTWRITE)
|
#if !defined(QT_NO_DIRECTWRITE)
|
||||||
struct IDWriteFactory;
|
struct IDWriteFactory;
|
||||||
struct IDWriteGdiInterop;
|
struct IDWriteGdiInterop;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QWindowsFontEngineData
|
class QWindowsFontEngineData
|
||||||
{
|
{
|
||||||
Q_DISABLE_COPY(QWindowsFontEngineData)
|
Q_DISABLE_COPY(QWindowsFontEngineData)
|
||||||
|
@ -49,16 +49,16 @@
|
|||||||
#include <QtGui/private/qfontengine_p.h>
|
#include <QtGui/private/qfontengine_p.h>
|
||||||
#include <QtCore/QSharedPointer>
|
#include <QtCore/QSharedPointer>
|
||||||
|
|
||||||
class QWindowsFontEngineData;
|
struct IDWriteFont;
|
||||||
|
struct IDWriteFontFace;
|
||||||
struct IDWriteFont ;
|
struct IDWriteFactory;
|
||||||
struct IDWriteFontFace ;
|
struct IDWriteBitmapRenderTarget;
|
||||||
struct IDWriteFactory ;
|
struct IDWriteGdiInterop;
|
||||||
struct IDWriteBitmapRenderTarget ;
|
|
||||||
struct IDWriteGdiInterop ;
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
class QWindowsFontEngineData;
|
||||||
|
|
||||||
class QWindowsFontEngineDirectWrite : public QFontEngine
|
class QWindowsFontEngineDirectWrite : public QFontEngine
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user