aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/porting_from2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/porting_from2.rst')
-rw-r--r--sources/pyside6/doc/porting_from2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/doc/porting_from2.rst b/sources/pyside6/doc/porting_from2.rst
index b94cada92..ac4474df0 100644
--- a/sources/pyside6/doc/porting_from2.rst
+++ b/sources/pyside6/doc/porting_from2.rst
@@ -89,6 +89,9 @@ accordingly. For example:
* ``QRegExp`` has been replaced by ``QRegularExpression``.
* ``QWidget.mapToGlobal()`` and ``QWidget.mapFromGlobal()`` now also accept
and return ``QPointF``.
+ * Functions named ``exec_`` (classes ``QCoreApplication``, ``QDialog``,
+ ``QEventLoop``) have been renamed to ``exec`` which became possible
+ in Python 3.
More information can be found in the
`Porting to Qt 6 <https://doc.qt.io/qt-6/portingguide.html>`_ Guide