From: Charles Yin Date: Fri, 11 Nov 2011 01:27:08 +0000 (+1000) Subject: Export QSGDynamicTexture X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a648b2f7a8a7be671c8928df3884086c84b8bc94;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/src/declarative/scenegraph/util/qsgtexture.h b/src/declarative/scenegraph/util/qsgtexture.h index 135c5e4..1a49fb9 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: