Documentation/Source/eric6.Cooperation.ChatWidget.html

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
diff -r 1950fe1a32c4 -r da305d172769 Documentation/Source/eric6.Cooperation.ChatWidget.html
--- a/Documentation/Source/eric6.Cooperation.ChatWidget.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.Cooperation.ChatWidget.html	Sat Mar 11 19:18:57 2017 +0100
@@ -52,7 +52,7 @@
 <dd>
 emitted to signal a change of the connected
             state (bool)
-</dd><dt>editorCommand(hash, filename, message)</dt>
+</dd><dt>editorCommand(hashStr, filename, message)</dt>
 <dd>
 emitted when an editor
             command has been received (string, string, string)
@@ -255,11 +255,11 @@
         Private slot to cut the contents of the chat display to the clipboard.
 </p><a NAME="ChatWidget.__editorCommandMessage" ID="ChatWidget.__editorCommandMessage"></a>
 <h4>ChatWidget.__editorCommandMessage</h4>
-<b>__editorCommandMessage</b>(<i>hash, fileName, message</i>)
+<b>__editorCommandMessage</b>(<i>hashStr, fileName, message</i>)
 <p>
         Private slot to handle editor command messages from the client.
 </p><dl>
-<dt><i>hash</i></dt>
+<dt><i>hashStr</i></dt>
 <dd>
 hash of the project (string)
 </dd><dt><i>fileName</i></dt>

eric ide

mercurial