aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-08-22 15:23:46 +0200
committerKim M. Kalland <kim.kalland@nokia.com>2011-08-22 16:13:24 +0200
commit6a674ccc0b251867d9ae651885117a44b4fe5bcd (patch)
tree7608f4ff99266b7a04cc3a4bf00ba78bef1f83ab /src
parent31f3360d38cb5b90e1d0275eb0d25f22e399fed4 (diff)
export QSGTextureProvider
Change-Id: I1d92947c46aa5e33a828866959509b367ad6da46 Reviewed-on: http://codereview.qt.nokia.com/3324 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/scenegraph/util/qsgtextureprovider_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/scenegraph/util/qsgtextureprovider_p.h b/src/declarative/scenegraph/util/qsgtextureprovider_p.h
index e1e08a57f2..ebb6ca8507 100644
--- a/src/declarative/scenegraph/util/qsgtextureprovider_p.h
+++ b/src/declarative/scenegraph/util/qsgtextureprovider_p.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QSGTextureProvider : public QObject
+class Q_DECLARATIVE_EXPORT QSGTextureProvider : public QObject
{
Q_OBJECT
public: