src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html	Tue Apr 23 11:26:04 2024 +0200
@@ -129,30 +129,30 @@
 </dl>
 <a NAME="FeedEditDialog.on_titleEdit_textChanged" ID="FeedEditDialog.on_titleEdit_textChanged"></a>
 <h4>FeedEditDialog.on_titleEdit_textChanged</h4>
-<b>on_titleEdit_textChanged</b>(<i>txt</i>)
+<b>on_titleEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to handle changes of the feed title.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-new feed title
+new feed title (unused)
 </dd>
 </dl>
 <a NAME="FeedEditDialog.on_urlEdit_textChanged" ID="FeedEditDialog.on_urlEdit_textChanged"></a>
 <h4>FeedEditDialog.on_urlEdit_textChanged</h4>
-<b>on_urlEdit_textChanged</b>(<i>txt</i>)
+<b>on_urlEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to handle changes of the feed URL.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-new feed URL
+new feed URL (unused)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial