diff options
Diffstat (limited to 'tests/auto/qitemmodel/README')
-rw-r--r-- | tests/auto/qitemmodel/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qitemmodel/README b/tests/auto/qitemmodel/README new file mode 100644 index 0000000..bddec0c --- /dev/null +++ b/tests/auto/qitemmodel/README @@ -0,0 +1,3 @@ +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. |