diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-05-17 18:09:48 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-05-17 18:30:21 +0200 |
| commit | ecae80eefce191aae2ee11b6fdf71ed3d48f0b83 (patch) | |
| tree | b65bc200a37d5a47bc453fdf755911dc4b5bd022 /sources/pyside6/doc/quickstart.rst | |
| parent | c4b077486f2f85ec15fa9f75b6a8e34ce976f180 (diff) | |
Purge remaining app.exec_()
Add a porting note.
Pick-to: 6.1
Change-Id: I4ccb1dc2a3a5925e55e94e7f3d23b1fb199afe4a
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/quickstart.rst')
| -rw-r--r-- | sources/pyside6/doc/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/quickstart.rst b/sources/pyside6/doc/quickstart.rst index 8cdd46053..3764e8269 100644 --- a/sources/pyside6/doc/quickstart.rst +++ b/sources/pyside6/doc/quickstart.rst @@ -110,7 +110,7 @@ guide you through the development process: widget.resize(800, 600) widget.show() - sys.exit(app.exec_()) + sys.exit(app.exec()) Run your example by writing the following command: :command:`python hello_world.py`. |
