Export QSGDynamicTexture
authorCharles Yin <charles.yin@nokia.com>
Fri, 11 Nov 2011 01:27:08 +0000 (11:27 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 Nov 2011 05:43:40 +0000 (06:43 +0100)
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>
src/declarative/scenegraph/util/qsgtexture.h

index 135c5e4..1a49fb9 100644 (file)
@@ -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: