summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qitemmodel/README
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-01-03 21:38:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-06 17:21:25 +0100
commit9eacf32de9c61417887e1550915c310c3187ac10 (patch)
treeaa18c1297bfb9788afc93e8604180a9a1269d321 /tests/auto/corelib/kernel/qitemmodel/README
parent9ddd2c0f35ab93ae1142028569695f1ce58f74a6 (diff)
Move the qitemmodel test to the itemmodels directory.
Change-Id: I67e1008bea0d94ffbc52aad453a29645261e109e Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/corelib/kernel/qitemmodel/README')
-rw-r--r--tests/auto/corelib/kernel/qitemmodel/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/corelib/kernel/qitemmodel/README b/tests/auto/corelib/kernel/qitemmodel/README
deleted file mode 100644
index bddec0cef2..0000000000
--- a/tests/auto/corelib/kernel/qitemmodel/README
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a QStandardItemModel test. It will help catch a lot of simple problems. You should still create your own test for custom functionality and functions that your model has.
-
-Add your model to the modelstotest.cpp file (qt model's are included as examples) and modify the pro file accordingly. Fix the errors in order of failure as later tests assume the ones before them have passed.