diff options
author | link2xt <link2xt@testrun.org> | 2021-02-27 18:52:09 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-27 18:52:09 +0300 |
commit | 3d6a656e63cba60d2230b8178a33ad76c7c404cf (patch) | |
tree | 4d0611f7e062511566e1aa1199d78a4afe4e7133 /qml/ConfigurePage.qml | |
parent | 3d22cd0c32633af3bc54017137cbeba8e22bc5ef (diff) | |
download | kdeltachat-3d6a656e63cba60d2230b8178a33ad76c7c404cf.tar.gz kdeltachat-3d6a656e63cba60d2230b8178a33ad76c7c404cf.zip |
ConfigurePage: make context a required property
Diffstat (limited to 'qml/ConfigurePage.qml')
-rw-r--r-- | qml/ConfigurePage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |