diff options
Diffstat (limited to 'examples/declarative/webview')
-rw-r--r-- | examples/declarative/webview/content/SpinSquare.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/webview/content/SpinSquare.qml b/examples/declarative/webview/content/SpinSquare.qml index 5ccdeb6..466c99e 100644 --- a/examples/declarative/webview/content/SpinSquare.qml +++ b/examples/declarative/webview/content/SpinSquare.qml @@ -19,7 +19,6 @@ Item { from: 0 to: 360 repeat: true - running: true duration: root.period } } |