aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/signals/pytoqml1/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/signals/pytoqml1/main.py')
-rw-r--r--examples/declarative/signals/pytoqml1/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/signals/pytoqml1/main.py b/examples/declarative/signals/pytoqml1/main.py
index fa31c50bb..3dc18adaf 100644
--- a/examples/declarative/signals/pytoqml1/main.py
+++ b/examples/declarative/signals/pytoqml1/main.py
@@ -62,7 +62,7 @@ if __name__ == '__main__':
timer.timeout.connect(root.updateRotater)
view.show()
- res = app.exec_()
+ res = app.exec()
# Deleting the view before it goes out of scope is required to make sure all child QML instances
# are destroyed in the correct order.
del view