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>
This commit is contained in:
Charles Yin 2011-11-11 11:27:08 +10:00 committed by Qt by Nokia
parent 58acb3a499
commit a648b2f7a8
1 changed files with 1 additions and 1 deletions

View 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: