summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestutil_macos.mm
Commit message (Collapse)AuthorAgeFilesLines
* Testlib: Replace LGPL21 with LGPL license headerKai Koehne2017-03-031-14/+20
| | | | | | | Also use canonical contact url. Change-Id: I7ffe7a8afa28fe8b66e00bc5e51595edeac042a9 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* QTestLib: Disable window state restore on macOSMorten Johan Sørvig2016-08-181-0/+53
For test runs we want to start with a clean slate and ignore previously saved window state. This also prevents the “previous restore failed” dialog from from showing and blocking the test run. Change-Id: I8e5b87a903cf1d937d628c2b062f917c4c37f176 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>