summaryrefslogtreecommitdiff
path: root/examples/customDataView.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customDataView.py')
-rw-r--r--examples/customDataView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/customDataView.py b/examples/customDataView.py
index 33662e8..e02e577 100644
--- a/examples/customDataView.py
+++ b/examples/customDataView.py
@@ -96,7 +96,7 @@ def main():
widget.addView(MyColorView(widget))
widget.setData(Color.GREEN)
widget.show()
- result = app.exec_()
+ result = app.exec()
# remove ending warnings relative to QTimer
app.deleteLater()
sys.exit(result)