aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/usingmodel/usingmodel.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/usingmodel/usingmodel.py')
-rw-r--r--examples/declarative/usingmodel/usingmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/usingmodel/usingmodel.py b/examples/declarative/usingmodel/usingmodel.py
index 4dcb8279e..bd1fa2eba 100644
--- a/examples/declarative/usingmodel/usingmodel.py
+++ b/examples/declarative/usingmodel/usingmodel.py
@@ -95,7 +95,7 @@ if __name__ == '__main__':
sys.exit(-1)
view.show()
- app.exec_()
+ 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