diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-03-22 14:52:23 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-03-22 16:21:01 (GMT) |
commit | 1eff66c4bd4133f210ac7904c6da08108d002709 (patch) | |
tree | efa27cefaa404238d3be45bda3d3597f50582dc1 /src/declarative | |
parent | ec2998df839f20e95c6407c794e6b258ed57edab (diff) | |
download | Qt-1eff66c4bd4133f210ac7904c6da08108d002709.zip Qt-1eff66c4bd4133f210ac7904c6da08108d002709.tar.gz Qt-1eff66c4bd4133f210ac7904c6da08108d002709.tar.bz2 |
Remove exporting of QDeclarativeContext class symbols
We're not using it in QmlDesigner any more
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/qml/qdeclarativecontext_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativecontext_p.h b/src/declarative/qml/qdeclarativecontext_p.h index ecf3ec8..f07045e 100644 --- a/src/declarative/qml/qdeclarativecontext_p.h +++ b/src/declarative/qml/qdeclarativecontext_p.h @@ -81,7 +81,7 @@ class QDeclarativeBinding_Id; class QDeclarativeCompiledBindings; class QDeclarativeContextData; -class Q_DECLARATIVE_EXPORT QDeclarativeContextPrivate : public QObjectPrivate +class QDeclarativeContextPrivate : public QObjectPrivate { Q_DECLARE_PUBLIC(QDeclarativeContext) public: |