Helpviewer/History/HistoryCompleter.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
--- a/Helpviewer/History/HistoryCompleter.py	Sat May 17 19:58:49 2014 +0200
+++ b/Helpviewer/History/HistoryCompleter.py	Sun May 18 14:13:09 2014 +0200
@@ -157,7 +157,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)
@@ -180,7 +180,7 @@
     
     def lessThan(self, left, right):
         """
-        Protected method used to sort the displayed items.
+        Public method used to sort the displayed items.
         
         It implements a special sorting function based on the history entry's
         frequency giving a bonus to hits that match on a word boundary so that

eric ide

mercurial