summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractactioninput_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Coding convention fix for Src/inputRobert Brock2017-03-161-1/+2
| | | | | | | | Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I1d1b61c2fac42505f85a1c4421e1292259270568 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Introduce QAbstractActionInputPrivateMarc Mutz2016-05-191-0/+68
We need to have an unbroken chain of Private classes for BC reasons. Adding one in the middle after a BC release is going to be much harder, since, in this case, we already have an exported function that names QNodePrivate instead of QAbstractActionInputPrivate. Change-Id: Iaf3730f7a30a13b388d632c068d7c80319672057 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>