Skip to content

Disable internal Key navigation

Marco Martin requested to merge work/mart/kickerFixes into master

Kicker has completely custom key navigation, from the code it used to have key navigation managed internally by ListView but there was a stray keyNavigationWraps there , which in Qt6 makes it enable key navigation anyways Explicitly disable it and get back to existing code managing the keys. also make sure the current item has focus, so enter to start works again

BUG:482005

Second commit: fixes some console warnigns

Merge request reports