aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-01-05 09:58:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-05 08:07:00 +0100
commit5d0d0f4af2ada74d0ec7fdd5d9d6d8f7b1032dc7 (patch)
treee5a5fc564ba9d2819ad6c344f077ad0050c699a7 /tests
parent3fcf756c286f69e7b702d0d71e2a2a6ed03c92ef (diff)
Document new Path elements.
Change-Id: Ic1e2aa7da63a7d9e12357a609fc52b3913f14f28 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtquick2/examples/tst_examples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/examples/tst_examples.cpp b/tests/auto/qtquick2/examples/tst_examples.cpp
index 3d9a8ad14a..fb3bb76497 100644
--- a/tests/auto/qtquick2/examples/tst_examples.cpp
+++ b/tests/auto/qtquick2/examples/tst_examples.cpp
@@ -90,6 +90,7 @@ tst_examples::tst_examples()
// Add directories you want excluded here
excludedDirs << "examples/declarative/text/fonts"; // QTBUG-21415
+ excludedDirs << "doc/src/snippets/declarative/path"; //No root QQuickItem
// Not run in QQuickView
excludedDirs << "examples/declarative/qtquick1";