aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/painteditem/painteditem.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/painteditem/painteditem.py')
-rw-r--r--examples/quick/painteditem/painteditem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/painteditem/painteditem.py b/examples/quick/painteditem/painteditem.py
index 5476bdbaf..ff744063a 100644
--- a/examples/quick/painteditem/painteditem.py
+++ b/examples/quick/painteditem/painteditem.py
@@ -103,4 +103,4 @@ if __name__ == "__main__":
sys.exit(-1)
view.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())