summaryrefslogtreecommitdiffstats
path: root/tests/manual/assimp/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-2/+2
| | | | | | | | | | The only noteworth change is where a loop around spy.events modified the container using takeFirst(). There was no reason to do so, so it was changed to use the loop variable instead of the result of taking. Change-Id: I02c62a7c2efc5d042c6e669fe5daddd7da7e85d2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Moved assimp example to manual testSean Harmer2016-05-151-0/+117
tests.pro edited to add the new folder along with a .pro and .pri in the manual folder. Part of an examples cleanup Change-Id: I20b555f6d131b423e1f8986071bb4b62d8fac0ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>