src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9421
989ee2535d59
child 10438
4cd7e5a8b3cf
diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html	Thu May 25 19:52:31 2023 +0200
@@ -622,7 +622,7 @@
 </dl>
 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a>
 <h4>GitLogBrowserDialog.__generateIcon</h4>
-<b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentCommit</i>)
+<b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentCommit</i>)
 
 <p>
         Private method to generate an icon containing the revision tree for the
@@ -634,10 +634,6 @@
 <dd>
 column index of the revision (integer)
 </dd>
-<dt><i>color</i></dt>
-<dd>
-color of the node (integer)
-</dd>
 <dt><i>bottomedges</i></dt>
 <dd>
 list of edges for the bottom of the node
@@ -1137,17 +1133,13 @@
 </p>
 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a>
 <h4>GitLogBrowserDialog.__updateFilesTree</h4>
-<b>__updateFilesTree</b>(<i>parent, itm</i>)
+<b>__updateFilesTree</b>(<i>itm</i>)
 
 <p>
         Private method to update the files tree with changes of the given item.
 </p>
 <dl>
 
-<dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt>
-<dd>
-parent for the items to be added
-</dd>
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
 <dd>
 reference to the item the update should be based on

eric ide

mercurial