summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/linuxfbfunctions/qlinuxfbfunctions_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-85/+0
| | | | | | Task-number: QTBUG-84220 Change-Id: I4f3a54415c5509b4bde486b54c56b0e05976bac6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-061-0/+85
The APIs will be reintroduced as part of the new platform interface API where appropriate. Clients that still depend on the platform headers can include it via QT += platformheaders-private. Change-Id: Ifbd836d833d19f3cf48cd4f933d7fe754c06d2d9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>