From 345fb099aa08c72d380fed3330cc8b9d088a3cb4 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 26 Apr 2016 12:42:10 +0200 Subject: Control: rename activeKeyFocus to visualFocus This is a bit more flexible, because the name is not strictly coupled with key focus. We can even add a (re)setter later if we want. This change only renames the property. Change-Id: I6707e44040f584480a8712df1af0915ae2829d57 Reviewed-by: Mitch Curtis --- src/imports/calendar/plugins.qmltypes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/calendar/plugins.qmltypes') diff --git a/src/imports/calendar/plugins.qmltypes b/src/imports/calendar/plugins.qmltypes index 5d546407..2ad527f7 100644 --- a/src/imports/calendar/plugins.qmltypes +++ b/src/imports/calendar/plugins.qmltypes @@ -80,7 +80,7 @@ Module { Property { name: "mirrored"; type: "bool"; isReadonly: true } Property { name: "focusPolicy"; type: "Qt::FocusPolicy" } Property { name: "focusReason"; type: "Qt::FocusReason" } - Property { name: "activeKeyFocus"; type: "bool"; isReadonly: true } + Property { name: "visualFocus"; type: "bool"; isReadonly: true } Property { name: "hovered"; type: "bool"; isReadonly: true } Property { name: "hoverEnabled"; type: "bool" } Property { name: "wheelEnabled"; type: "bool" } -- cgit v1.2.3