From 4e774db12d5ebe7a20eded6dd434a289e27999e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Wed, 2 Feb 2022 14:19:58 +0100 Subject: New upstream version 1.0.0+dfsg --- examples/customDataView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/customDataView.py') 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) -- cgit v1.2.3