Helpviewer/History/HistoryModel.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
--- a/Helpviewer/History/HistoryModel.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/History/HistoryModel.py	Fri Oct 18 23:00:41 2013 +0200
@@ -29,7 +29,8 @@
         """
         Constructor
         
-        @param historyManager reference to the history manager object (HistoryManager)
+        @param historyManager reference to the history manager object
+            (HistoryManager)
         @param parent reference to the parent object (QObject)
         """
         super(HistoryModel, self).__init__(parent)
@@ -148,7 +149,7 @@
         
         @param row row of the first history entry to remove (integer)
         @param count number of history entries to remove (integer)
-        @param index of the parent entry (QModelIndex)
+        @param parent index of the parent entry (QModelIndex)
         @return flag indicating successful removal (boolean)
         """
         if parent.isValid():

eric ide

mercurial