summaryrefslogtreecommitdiffstats
path: root/tests/manual/cocoa/noclickthrough/noclickthrough.pro
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+4
This is done by adding a QWindowPrivate::allowsClickThrough() function, so this could easily be adapted later on if desired for other platforms. Fixes: QTBUG-41126 Change-Id: I1157e5e7e7667ff11d1a5d21b3ce8c4b13202272 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>