Helpviewer/Download/DownloadModel.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
--- 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():

eric ide

mercurial