From 3d6a656e63cba60d2230b8178a33ad76c7c404cf Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Feb 2021 18:52:09 +0300 Subject: ConfigurePage: make context a required property --- qml/ConfigurePage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/ConfigurePage.qml') diff --git a/qml/ConfigurePage.qml b/qml/ConfigurePage.qml index 15edead..f22b2c8 100644 --- a/qml/ConfigurePage.qml +++ b/qml/ConfigurePage.qml @@ -10,7 +10,7 @@ Kirigami.Page { title: qsTr("Configure account") id: configurePage - property DcContext context + required property DcContext context ColumnLayout { anchors.fill: parent -- cgit v1.2.3-54-g00ecf