Helpviewer/History/HistoryCompleter.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3002
6ffc581f00f1
--- a/Helpviewer/History/HistoryCompleter.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/History/HistoryCompleter.py	Sat Sep 28 20:07:36 2013 +0200
@@ -55,6 +55,7 @@
         Public method to give a size hint for rows.
         
         @param row row number (integer)
+        @return desired row height (integer)
         """
         metrics = self.fontMetrics()
         return metrics.height()
@@ -131,7 +132,7 @@
         """
         Public method to check the model for validity.
         
-        @param flag indicating a valid status (boolean)
+        @return flag indicating a valid status (boolean)
         """
         return self.__isValid
     
@@ -211,6 +212,9 @@
 
 
 class HistoryCompleter(QCompleter):
+    """
+    Class implementing a completer for the browser history.
+    """
     def __init__(self, model, parent=None):
         """
         Constructor

eric ide

mercurial