diff options
author | Martin Jones <martin.jones@nokia.com> | 2011-02-02 06:24:50 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2011-02-02 06:24:50 (GMT) |
commit | ebc0ad51ab319aefd88939963ecf172867b36f5a (patch) | |
tree | 5c2c9004e7a9f87ec485ad22da7f6c504342d3fe | |
parent | 7836b89fbbb29ee16df863aea460c1c34d4321c9 (diff) | |
download | Qt-ebc0ad51ab319aefd88939963ecf172867b36f5a.zip Qt-ebc0ad51ab319aefd88939963ecf172867b36f5a.tar.gz Qt-ebc0ad51ab319aefd88939963ecf172867b36f5a.tar.bz2 |
Export QDeclarativeRefCount so that symbian compiles.
-rw-r--r-- | src/declarative/qml/qdeclarativerefcount_p.h | 2 |
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(); |