Helpviewer/Bookmarks/AddBookmarkDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Helpviewer/Bookmarks/AddBookmarkDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Helpviewer/Bookmarks/AddBookmarkDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -38,7 +38,7 @@
     
     def filterAcceptsRow(self, sourceRow, sourceParent):
         """
-        Protected method to determine, if the row is acceptable.
+        Public method to determine, if the row is acceptable.
         
         @param sourceRow row number in the source model (integer)
         @param sourceParent index of the source item (QModelIndex)
@@ -49,7 +49,7 @@
     
     def filterAcceptsColumn(self, sourceColumn, sourceParent):
         """
-        Protected method to determine, if the column is acceptable.
+        Public method to determine, if the column is acceptable.
         
         @param sourceColumn column number in the source model (integer)
         @param sourceParent index of the source item (QModelIndex)

eric ide

mercurial