aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/snippets/testApp/MyModule
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-05-161-1/+1
| | | | | | | | | | | According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I63f70069e32114713ba58ce0eb96365a534e09c5 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Doc: Edit section about How to Separate Tests from App LogicAndreas Eliasson2024-04-162-0/+44
Fix comments from cherry-pick patch 67ed2cd3b38024a78487350bc351b3c4c40f905e about improving the code snippets for 'How to separate tests from application logic'. Task-number: QTBUG-112840 Pick-to: 6.7 6.6 6.5 Change-Id: I0fd8e876479ca5f6865669268c9ec2a05d1d161e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>