kcms/rules: Add missing KCM namespace qualifier

There was a missing `KCM.` qualifier to `ContextHelpButton`
preventing the component to load

ammends 784f36affa

BUG: 470906
FIXED-IN: 6
remotes/origin/work/apol/screencast-fence-off
Ismael Asensio 3 years ago
parent a61ae0b07e
commit c34bae007d
  1. 2
      src/kcms/rules/ui/RulesEditor.qml

@ -226,7 +226,7 @@ KCM.ScrollViewKCM {
}
}
ContextualHelpButton {
KCM.ContextualHelpButton {
Layout.rightMargin: Kirigami.Units.largeSpacing
visible: model.description.length > 0
toolTipText: model.description

Loading…
Cancel
Save