summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible/qaccessiblemenu_p.h
Commit message (Collapse)AuthorAgeFilesLines
* QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-061-0/+2
| | | | | | | | | The window is required to be able to determine the correct scale factor for the screen when High DPI scaling is active. Change-Id: I8f776684396d055754093f62e0d33bd7e23cb52b Task-number: QTBUG-52943 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
* Do not install headers for private classesFrederik Gladhorn2015-09-071-0/+134
When merging the accessibility plugin into the widgets library, the headers were just moved. They should have gotten the _p at that time. Task-number: QTBUG-47569 Change-Id: I0a2290dae3a8187596e9d7541ccf69beeb603296 Reviewed-by: Dimitar Dobrev Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>