Updated source docu. 5_4_x

Fri, 31 Jan 2014 12:15:02 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 31 Jan 2014 12:15:02 +0100
branch
5_4_x
changeset 3239
518f6dcb88e4
parent 3237
062e7224e5be
child 3240
7cb4665c9c05

Updated source docu.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.HelpWindow.html file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Fri Jan 31 11:00:24 2014 +0100
+++ b/Documentation/Help/source.qhp	Fri Jan 31 12:15:02 2014 +0100
@@ -5552,6 +5552,7 @@
       <keyword name="HelpWindow.__closeNetworkMonitor" id="HelpWindow.__closeNetworkMonitor" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__closeNetworkMonitor" />
       <keyword name="HelpWindow.__copy" id="HelpWindow.__copy" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__copy" />
       <keyword name="HelpWindow.__currentChanged" id="HelpWindow.__currentChanged" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__currentChanged" />
+      <keyword name="HelpWindow.__del__" id="HelpWindow.__del__" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__del__" />
       <keyword name="HelpWindow.__docsInstalled" id="HelpWindow.__docsInstalled" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__docsInstalled" />
       <keyword name="HelpWindow.__feedsManagerClosed" id="HelpWindow.__feedsManagerClosed" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__feedsManagerClosed" />
       <keyword name="HelpWindow.__filterQtHelpDocumentation" id="HelpWindow.__filterQtHelpDocumentation" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__filterQtHelpDocumentation" />
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Fri Jan 31 11:00:24 2014 +0100
+++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Fri Jan 31 12:15:02 2014 +0100
@@ -178,6 +178,9 @@
 <td><a href="#HelpWindow.__currentChanged">__currentChanged</a></td>
 <td>Private slot to handle the currentChanged signal.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__del__">__del__</a></td>
+<td>Special method called during object destruction.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__docsInstalled">__docsInstalled</a></td>
 <td>Private slot handling the end of documentation installation.</td>
 </tr><tr>
@@ -859,7 +862,16 @@
 <dd>
 index of the current tab (integer)
 </dd>
-</dl><a NAME="HelpWindow.__docsInstalled" ID="HelpWindow.__docsInstalled"></a>
+</dl><a NAME="HelpWindow.__del__" ID="HelpWindow.__del__"></a>
+<h4>HelpWindow.__del__</h4>
+<b>__del__</b>(<i></i>)
+<p>
+        Special method called during object destruction.
+</p><p>
+        Note: This empty variant seems to get rid of the Qt message
+        'Warning: QBasicTimer::start: QBasicTimer can only be used with
+        threads started with QThread'
+</p><a NAME="HelpWindow.__docsInstalled" ID="HelpWindow.__docsInstalled"></a>
 <h4>HelpWindow.__docsInstalled</h4>
 <b>__docsInstalled</b>(<i>installed</i>)
 <p>

eric ide

mercurial