diff --git a/src/quickgui/plugin/editor/qgsquickvaluerelation.qml b/src/quickgui/plugin/editor/qgsquickvaluerelation.qml index 98d3de0382d5..c6e5cb9544af 100644 --- a/src/quickgui/plugin/editor/qgsquickvaluerelation.qml +++ b/src/quickgui/plugin/editor/qgsquickvaluerelation.qml @@ -40,7 +40,7 @@ Item { property var reverseConfig: ({}) property var currentValue: value - property var currentMap + property var currentMap: ({}) property var currentKey height: parent.height anchors { left: parent.left; right: parent.right } diff --git a/src/quickgui/plugin/qgsquick.qrc b/src/quickgui/plugin/qgsquick.qrc index 399b76622004..e5b78c9b3442 100644 --- a/src/quickgui/plugin/qgsquick.qrc +++ b/src/quickgui/plugin/qgsquick.qrc @@ -6,6 +6,7 @@ editor/qgsquickexternalresource.qml editor/qgsquicktextedit.qml editor/qgsquickvaluemap.qml + editor/qgsquickvaluerelation.qml qgsquickfeatureform.qml qgsquickfeatureformstyling.qml qgsquickmapcanvas.qml