diff options
Diffstat (limited to 'examples/declarative/webview/content/SpinSquare.qml')
-rw-r--r-- | examples/declarative/webview/content/SpinSquare.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/webview/content/SpinSquare.qml b/examples/declarative/webview/content/SpinSquare.qml index ccd68df..dba48d4 100644 --- a/examples/declarative/webview/content/SpinSquare.qml +++ b/examples/declarative/webview/content/SpinSquare.qml @@ -1,8 +1,8 @@ import Qt 4.7 Item { - property var period : 250 - property var color : "black" + property variant period : 250 + property variant color : "black" id: root Item { |