diff options
Diffstat (limited to 'examples/declarative/scrolling/scrolling.py')
-rw-r--r-- | examples/declarative/scrolling/scrolling.py | 2 |
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 |