summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-14 01:26:54 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-16 23:42:10 (GMT)
commit0aca20bf669ef7e7702ee96d0d0676392cfd1b72 (patch)
tree18f84599ea8402b107b6e7a0ed6d595a2246d2fe /tests/auto/declarative/examples
parent792a06a6c1475a96bc756b72a8d85212742afa72 (diff)
downloadQt-0aca20bf669ef7e7702ee96d0d0676392cfd1b72.zip
Qt-0aca20bf669ef7e7702ee96d0d0676392cfd1b72.tar.gz
Qt-0aca20bf669ef7e7702ee96d0d0676392cfd1b72.tar.bz2
graphicsWidgets doc example was previously removed
Diffstat (limited to 'tests/auto/declarative/examples')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 3759cb5..1044035 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -80,7 +80,6 @@ tst_examples::tst_examples()
// Add directories you want excluded here
- excludedDirs << "doc/src/snippets/declarative/graphicswidgets";
#ifdef QT_NO_WEBKIT
excludedDirs << "examples/declarative/webview";