aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/quickstart.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/quickstart.rst')
-rw-r--r--sources/pyside2/doc/quickstart.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/pyside2/doc/quickstart.rst b/sources/pyside2/doc/quickstart.rst
index 87471a8a8..db2e93280 100644
--- a/sources/pyside2/doc/quickstart.rst
+++ b/sources/pyside2/doc/quickstart.rst
@@ -52,12 +52,6 @@ constructs to print version information::
# Prints the Qt version used to compile PySide2
print(PySide2.QtCore.__version__)
-.. note::
-
- As it happened in 5.14.2, PySide had a couple of new releases to fix
- issues in 5.14.2, adding yet another version level. In that case, you
- will have different versions being shown for Qt and PySide.
-
Create a Simple Application
---------------------------