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
This commit is contained in:
parent
a61ae0b07e
commit
c34bae007d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ KCM.ScrollViewKCM {
|
|||
}
|
||||
}
|
||||
|
||||
ContextualHelpButton {
|
||||
KCM.ContextualHelpButton {
|
||||
Layout.rightMargin: Kirigami.Units.largeSpacing
|
||||
visible: model.description.length > 0
|
||||
toolTipText: model.description
|
||||
|
|
Loading…
Reference in a new issue