--- 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>