eric6/UI/UserInterface.py

changeset 7907
7991ea245c20
parent 7902
a5248d27c8a9
child 7911
4621c9082a43
--- a/eric6/UI/UserInterface.py	Mon Dec 21 13:36:24 2020 +0100
+++ b/eric6/UI/UserInterface.py	Tue Dec 22 19:59:29 2020 +0100
@@ -2943,7 +2943,7 @@
         Private slot to initialize the actions to show the PySide
         documentation.
         """
-        if Utilities.checkPyside():
+        if Utilities.checkPyside(variant=2):
             self.pyside2DocAct = E5Action(
                 self.tr('PySide2 Documentation'),
                 self.tr('PySide&2 Documentation'),

eric ide

mercurial