summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformkeymapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-061-0/+38
The QKeyMapper class never got a platform integration companion. As we might be adding more functionality here in the future, let's fix that now, instead of adding more hooks directly to the platform integration class. The QKeyMapper will soon update its possibleKeys signature to return QKeyCombination, but for now transform the result. Change-Id: I88ef498180b2a8a7937a74627b7eb6b5156e872a Reviewed-by: Liang Qi <[email protected]>