UI/UserInterface.py

changeset 6039
d52e90757805
parent 5968
c5112b5cb7a9
child 6048
82ad8ec9548c
--- a/UI/UserInterface.py	Sat Dec 23 16:30:40 2017 +0100
+++ b/UI/UserInterface.py	Sat Dec 23 16:42:21 2017 +0100
@@ -1466,7 +1466,7 @@
             """ window.</p>"""
         ))
         self.debugViewerActivateAct.triggered.connect(
-            self.__activateDebugViewer)
+            self.activateDebugViewer)
         self.actions.append(self.debugViewerActivateAct)
         self.addAction(self.debugViewerActivateAct)
 
@@ -3960,9 +3960,9 @@
             self.multiProjectBrowser.show()
         self.multiProjectBrowser.setFocus(Qt.ActiveWindowFocusReason)
         
-    def __activateDebugViewer(self):
-        """
-        Private slot to handle the activation of the debug viewer.
+    def activateDebugViewer(self):
+        """
+        Public slot to handle the activation of the debug viewer.
         """
         if self.layoutType == "Toolboxes":
             self.rToolboxDock.show()

eric ide

mercurial