summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-02-02 06:24:50 (GMT)
committerMartin Jones <martin.jones@nokia.com>2011-02-02 06:24:50 (GMT)
commitebc0ad51ab319aefd88939963ecf172867b36f5a (patch)
tree5c2c9004e7a9f87ec485ad22da7f6c504342d3fe /src
parent7836b89fbbb29ee16df863aea460c1c34d4321c9 (diff)
downloadQt-ebc0ad51ab319aefd88939963ecf172867b36f5a.zip
Qt-ebc0ad51ab319aefd88939963ecf172867b36f5a.tar.gz
Qt-ebc0ad51ab319aefd88939963ecf172867b36f5a.tar.bz2
Export QDeclarativeRefCount so that symbian compiles.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativerefcount_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativerefcount_p.h b/src/declarative/qml/qdeclarativerefcount_p.h
index 868cdc4..b896e5f 100644
--- a/src/declarative/qml/qdeclarativerefcount_p.h
+++ b/src/declarative/qml/qdeclarativerefcount_p.h
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class Q_AUTOTEST_EXPORT QDeclarativeRefCount
+class Q_DECLARATIVE_EXPORT QDeclarativeRefCount
{
public:
QDeclarativeRefCount();