summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxcursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QNX: QQnxCursor implementation.Rafael Roquetto2012-12-131-0/+78
Implementation of QQnxCursor, a QPlatformCursor subclass. Due to the lack of a proper cursor API from the underlying OS, this class only caches the current cursor position to make sure that the QCursor class works properly. Change-Id: I55031184a009f3b26ad4af36b1975204e8fa80dc Reviewed-by: Sérgio Martins <sergio.martins.qnx@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>