summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-03-09 11:15:53 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-03-09 11:15:53 (GMT)
commit9cf0e75b2b73a59a65edb640b62a6838f31a8a1f (patch)
tree28c42dc6e8177dcc7915fc3b39d9740e1f656eaa
parent1c92abec2eb8cbee938bc459aa57c607f7775100 (diff)
downloadQt-9cf0e75b2b73a59a65edb640b62a6838f31a8a1f.zip
Qt-9cf0e75b2b73a59a65edb640b62a6838f31a8a1f.tar.gz
Qt-9cf0e75b2b73a59a65edb640b62a6838f31a8a1f.tar.bz2
Probably fix compile
should fix the current failure when building on windows.
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem_p.h b/src/declarative/graphicsitems/qdeclarativeitem_p.h
index 76ebcb4..dab0fb6 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeitem_p.h
@@ -101,7 +101,7 @@ private:
qreal m_height;
};
-class QDeclarativeItemPrivate : public QGraphicsItemPrivate
+class Q_DECLARATIVE_EXPORT QDeclarativeItemPrivate : public QGraphicsItemPrivate
{
Q_DECLARE_PUBLIC(QDeclarativeItem)