aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrolling
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/scrolling')
-rw-r--r--examples/declarative/scrolling/scrolling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/scrolling/scrolling.py b/examples/declarative/scrolling/scrolling.py
index be909e2d6..c585cc962 100644
--- a/examples/declarative/scrolling/scrolling.py
+++ b/examples/declarative/scrolling/scrolling.py
@@ -64,7 +64,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