From a648b2f7a8a7be671c8928df3884086c84b8bc94 Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Fri, 11 Nov 2011 11:27:08 +1000 Subject: [PATCH] Export QSGDynamicTexture The QSGDynamicTexture is in the public header and documented, it should be exported like QSGTexture as well. Change-Id: I7c1811509b0311b177d3b9c9bdb893d1383c6d59 Reviewed-by: Juha Vuolle --- src/declarative/scenegraph/util/qsgtexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/scenegraph/util/qsgtexture.h b/src/declarative/scenegraph/util/qsgtexture.h index 135c5e403f..1a49fb941e 100644 --- a/src/declarative/scenegraph/util/qsgtexture.h +++ b/src/declarative/scenegraph/util/qsgtexture.h @@ -119,7 +119,7 @@ QRectF QSGTexture::convertToNormalizedSourceRect(const QRectF &rect) const } -class QSGDynamicTexture : public QSGTexture +class Q_DECLARATIVE_EXPORT QSGDynamicTexture : public QSGTexture { Q_OBJECT public: