qt6-bb10/tests/auto/corelib/kernel/qitemmodel
Jason McDonald 1fdfc2abfe Update copyright year in license headers.
Change-Id: I02f2c620296fcd91d4967d58767ea33fc4e1e7dc
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-01-05 06:36:56 +01:00
..
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
README Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
modelstotest.cpp Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qitemmodel.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
tst_qitemmodel.cpp Update copyright year in license headers. 2012-01-05 06:36:56 +01:00

README

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.