summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/windowsuiautomation/uiatypes_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-201-0/+14
| | | | | | | | | This allows closing, minimizing and maximizing the window. Fixes: QTBUG-74999 Change-Id: I8b3ad806a1767586c8cf7e5a1848fc0e525621cd Reviewed-by: André de la Rocha <andre.rocha@qt.io>
* Add missing "We mean it." warningsMårten Nordheim2018-02-201-0/+11
| | | | | | | | Private headers not only need the _p suffix, but we also need to mean it :) Change-Id: I6028200a872661af34cbf90c77974cc1a22c09c3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Rename headers in platformsupport/windowsuiautomationAndre de la Rocha2017-12-081-0/+145
Private headers must end with _p.h. Change-Id: Ia63339322a38fedea93d93728ef5c32fba95d76f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>