diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-01 01:12:23 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-01 01:12:23 (GMT) |
commit | 91506374f23e3ba533396ec10aae285e4cd7caf4 (patch) | |
tree | a2cdcf1c3e6f492d92ac5f7755b883774c0d6619 /src/declarative/qml | |
parent | 95a6da90926d1887fc04a95df8d887b4872ccae8 (diff) | |
download | Qt-91506374f23e3ba533396ec10aae285e4cd7caf4.zip Qt-91506374f23e3ba533396ec10aae285e4cd7caf4.tar.gz Qt-91506374f23e3ba533396ec10aae285e4cd7caf4.tar.bz2 |
Don't export declarative private classes
Those required by creator are still exported. Everything else is
no longer exported.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r-- | src/declarative/qml/qdeclarativecompiler_p.h | 2 | ||||
-rw-r--r-- | src/declarative/qml/qdeclarativeinstruction_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecompiler_p.h b/src/declarative/qml/qdeclarativecompiler_p.h index caad376..49dc53f 100644 --- a/src/declarative/qml/qdeclarativecompiler_p.h +++ b/src/declarative/qml/qdeclarativecompiler_p.h @@ -146,7 +146,7 @@ private: }; class QMetaObjectBuilder; -class Q_DECLARATIVE_EXPORT QDeclarativeCompiler +class Q_AUTOTEST_EXPORT QDeclarativeCompiler { Q_DECLARE_TR_FUNCTIONS(QDeclarativeCompiler) public: diff --git a/src/declarative/qml/qdeclarativeinstruction_p.h b/src/declarative/qml/qdeclarativeinstruction_p.h index 4627eb3..d1a0a0a 100644 --- a/src/declarative/qml/qdeclarativeinstruction_p.h +++ b/src/declarative/qml/qdeclarativeinstruction_p.h @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE class QDeclarativeCompiledData; -class Q_DECLARATIVE_EXPORT QDeclarativeInstruction +class Q_AUTOTEST_EXPORT QDeclarativeInstruction { public: enum Type { |