summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qkeyboarddevice_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>
* Don't create creation changes for QKeyboardDeviceSean Harmer2016-03-311-5/+0
| | | | | | | | | We can rely upon the base class as the only additional property is the active handler id which is managed by the backend (it's a read-only property). Change-Id: Ifb74d8f6208f8e8e429ad8bb2913439d1e7c2599 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QKeyboardDevice creates creation changesSean Harmer2016-03-221-0/+6
| | | | | | | | Also fully qualify namespaces throughout. Task-number: QTBUG-51835 Change-Id: I83d3967a8bd2dfc7ad667f4ea7557937763d528b Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Class QKeyboardController rename to QKeyboardDeviceFranck Arrecot2016-03-161-0/+80
Task-number: QTBUG-51441 Change-Id: I030d7d60be0c4d543f773090eb866e8f8729512c Reviewed-by: Sean Harmer <sean.harmer@kdab.com>