QmlDesigner: Remove redundant backend value call

Change-Id: I9e0701da02a694d83ab4ce5ed391da96d41c2edf
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2019-08-23 15:23:02 +02:00
committed by Thomas Hartmann
parent fd160f7523
commit e817b95b8a

View File

@@ -103,7 +103,6 @@ Item {
onTriggered: {
transaction.start()
backendValue.resetValue()
backendValue.resetValue()
transaction.end()
extendedFunctionButton.reseted()
}