Helpviewer/HelpTabBar.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
--- a/Helpviewer/HelpTabBar.py	Sat May 17 19:58:49 2014 +0200
+++ b/Helpviewer/HelpTabBar.py	Sun May 18 14:13:09 2014 +0200
@@ -137,7 +137,7 @@
     
     def event(self, evt):
         """
-        Protected method to handle event.
+        Public method to handle event.
         
         This event handler just handles the tooltip event and passes the
         handling of all others to the superclass.
@@ -155,7 +155,7 @@
     
     def tabRemoved(self, index):
         """
-        Protected slot to handle the removal of a tab.
+        Public slot to handle the removal of a tab.
         
         @param index index of the removed tab (integer)
         """

eric ide

mercurial