QmlDesigner.PropertyEditor: Use enumeration instead of value

We did change the api.

Change-Id: I0199c168bdd9d2596efc356ef909dee62dcfd5ec
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2014-06-27 13:05:25 +02:00
parent 3fbb8df417
commit 30cc56ecaa
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Row {
property variant backendValue: backendValues.horizontalAlignment;
property variant value: backendValue.value
property variant value: backendValue.enumeration
property bool baseStateFlag: isBaseState;

View File

@@ -59,7 +59,7 @@ Row {
property variant backendValue: backendValues.verticalAlignment;
property variant value: backendValue.value
property variant value: backendValue.enumeration
property bool baseStateFlag: isBaseState;