--- 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():