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:
parent
58acb3a499
commit
a648b2f7a8
|
@ -119,7 +119,7 @@ QRectF QSGTexture::convertToNormalizedSourceRect(const QRectF &rect) const
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class QSGDynamicTexture : public QSGTexture
|
class Q_DECLARATIVE_EXPORT QSGDynamicTexture : public QSGTexture
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue