aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/inputselectionhandle.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-2/+2
| | | | | Change-Id: I448f2cf49e3433af550d2f36f72b55e41cd67025 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Fix issues reported by clazyv5.9.0-beta3Gordan Markuš2017-04-191-1/+3
| | | | | | | | | * Add missing Q_OBJECT macros * Add missing Q_DECL_OVERRIDE macro Change-Id: I07fc44cae17a1db03eb0f32b0d6fc4eb85f4b395 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Add selection handles for the dedicated vkbJan Arve Sæther2016-10-281-0/+60
The handles are implemented using top level windows, which will allow them to be used for widgets and other input editors supporting the IM framework [ChangeLog] Added support for selection handles for the dedicated VKB. Change-Id: I5078689310f99c4ec752a0aad47a48c5a66aface Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>