Skip to content
Commit cca20ea4 authored by Nate Graham's avatar Nate Graham
Browse files

applets/keyboardlayout: fix unqualified property access

Whenever we access a property in an item higher up the stack, we need to
refer to it explicitly.
parent 4d666252
Pipeline #217323 canceled with stage
in 3 minutes and 8 seconds
  • Just a note: is there a particular problem we are solving here, or it's just good way to do things?

  • In Qt6, this is required, so it's a forwards-compatibility thing.

  • More strict and less dynamic code is always a good thing.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment