aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtCore.QEnum.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/extras/QtCore.QEnum.rst')
-rw-r--r--sources/pyside6/doc/extras/QtCore.QEnum.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/sources/pyside6/doc/extras/QtCore.QEnum.rst b/sources/pyside6/doc/extras/QtCore.QEnum.rst
index d33134264..d42da91ab 100644
--- a/sources/pyside6/doc/extras/QtCore.QEnum.rst
+++ b/sources/pyside6/doc/extras/QtCore.QEnum.rst
@@ -87,6 +87,5 @@ The Python way to specify this would be
class Alignment(enum.Flag):
...
-We are considering to map all builtin enums and flags to Python enums as well
-in a later release.
-
+Meanwhile we have converted all enums and flags to Python Enums (optional in ``PySide 6.3``,
+default in ``PySide 6.4``), see the :ref:`NewEnumSystem` section.