aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-11-11 11:27:08 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-11 06:43:40 +0100
commita648b2f7a8a7be671c8928df3884086c84b8bc94 (patch)
treec0cdb59f7adb6c2536d7e9612a7a5cba8ce051f0 /src
parent58acb3a499da5f9752ec3d4b791a02183067ede4 (diff)
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 <juha.vuolle@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/scenegraph/util/qsgtexture.h2
1 files changed, 1 insertions, 1 deletions
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: