UI/UserInterface.py

changeset 2737
dbe5497851fa
parent 2697
1cd7fa670b05
child 2738
c4db4c761753
--- a/UI/UserInterface.py	Sun Jun 23 13:12:38 2013 +0200
+++ b/UI/UserInterface.py	Mon Jun 24 19:12:10 2013 +0200
@@ -2028,6 +2028,8 @@
         self.pyqt4DocAct.triggered[()].connect(self.__showPyQt4Doc)
         self.actions.append(self.pyqt4DocAct)
         
+        # TODO: add PyQt5
+        
     def __initPythonDocActions(self):
         """
         Private slot to initialize the actions to show the Python documentation.

eric ide

mercurial