Fix small issue when resetHandler is not defined

This commit is contained in:
Diego Prado Gesto 2017-12-18 10:00:08 +01:00
parent 3a5b96b0e9
commit c3ce3724e5

View file

@ -14,11 +14,13 @@ import "."
Item { Item {
id: base; id: base;
height: UM.Theme.getSize("section").height; height: UM.Theme.getSize("section").height
property alias contents: controlContainer.children; property alias contents: controlContainer.children
property alias hovered: mouse.containsMouse property alias hovered: mouse.containsMouse
property var resetHandler: false
property var showRevertButton: true property var showRevertButton: true
property var showInheritButton: true property var showInheritButton: true
property var showLinkedSettingIcon: true property var showLinkedSettingIcon: true