--- a/Helpviewer/Download/DownloadModel.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Helpviewer/Download/DownloadModel.py Fri Oct 18 23:00:41 2013 +0200 @@ -39,7 +39,8 @@ return None if role == Qt.ToolTipRole: - if self.__manager.downloads()[index.row()].downloadedSuccessfully(): + if self.__manager.downloads()[index.row()]\ + .downloadedSuccessfully(): return self.__manager.downloads()[index.row()].getInfoData() return None @@ -62,7 +63,7 @@ @param row row of the first bookmark to remove (integer) @param count number of bookmarks to remove (integer) - @param index of the parent bookmark node (QModelIndex) + @param parent index of the parent bookmark node (QModelIndex) @return flag indicating successful removal (boolean) """ if parent.isValid():