summaryrefslogtreecommitdiffstats
path: root/tests/auto/modeltest/modeltest.pro
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2009-12-18 14:17:44 +0100
committerOlivier Goffart <ogoffart@trolltech.com>2009-12-18 14:37:05 +0100
commit315c09c3873f7c5d8b785443372bf975bae47ee7 (patch)
tree77fcbe5a16ec41b87192c7f1beb601f5abd50d0c /tests/auto/modeltest/modeltest.pro
parent1aa7d5922930c4195bc8747a19524a7e5021c4e6 (diff)
Make sure mappings are created for columns when indexes newly become parents.
Also move the modeltest related tests to the modeltest subdirectory Merge-request: 2262 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Diffstat (limited to 'tests/auto/modeltest/modeltest.pro')
-rw-r--r--tests/auto/modeltest/modeltest.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/modeltest/modeltest.pro b/tests/auto/modeltest/modeltest.pro
index 6655d85dc2..f157da0cee 100644
--- a/tests/auto/modeltest/modeltest.pro
+++ b/tests/auto/modeltest/modeltest.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
-SOURCES += tst_modeltest.cpp modeltest.cpp
-HEADERS += modeltest.h
+SOURCES += tst_modeltest.cpp modeltest.cpp dynamictreemodel.cpp
+HEADERS += modeltest.h dynamictreemodel.h