diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-02-18 15:59:12 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-02-18 15:59:12 (GMT) |
commit | 2eb7c3770307fc42f83ba2526270b7acb51802bf (patch) | |
tree | 56e68c0f8fb632e4aade128d09709e1b28ab0bb3 /tests/auto/declarative/qmldom/tst_qmldom.cpp | |
parent | fa1b0faa1ede809dae3c46ecfce0ef760b887b7c (diff) | |
download | Qt-2eb7c3770307fc42f83ba2526270b7acb51802bf.zip Qt-2eb7c3770307fc42f83ba2526270b7acb51802bf.tar.gz Qt-2eb7c3770307fc42f83ba2526270b7acb51802bf.tar.bz2 |
Make QmlDom API internal
It's still used by QmlDesigner, therefore the symbols have to be
exported.
Task-number: QTBUG-6845
Diffstat (limited to 'tests/auto/declarative/qmldom/tst_qmldom.cpp')
-rw-r--r-- | tests/auto/declarative/qmldom/tst_qmldom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmldom/tst_qmldom.cpp b/tests/auto/declarative/qmldom/tst_qmldom.cpp index eb4d419..2ff427c 100644 --- a/tests/auto/declarative/qmldom/tst_qmldom.cpp +++ b/tests/auto/declarative/qmldom/tst_qmldom.cpp @@ -41,7 +41,7 @@ #include <qtest.h> #include <QtDeclarative/qmlengine.h> #include <QtDeclarative/qmlcomponent.h> -#include <QtDeclarative/qmldom.h> +#include <QtDeclarative/private/qmldom_p.h> #include <QtCore/QDebug> #include <QtCore/QFile> |