summaryrefslogtreecommitdiff
path: root/examples/webchannel/standalone/doc/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-12 10:37:46 +0200
committerKai Koehne <kai.koehne@qt.io>2017-09-12 09:22:36 +0000
commitef063b7fe768692d38cd4ea26bac5a0edaebfe81 (patch)
tree33f4f0aa21f39efbd00492955e26f33a254122d1 /examples/webchannel/standalone/doc/src
parent680d9abb106278a831fea81d85780821b18e3db8 (diff)
downloadqtwebchannel-ef063b7fe768692d38cd4ea26bac5a0edaebfe81.tar.gz
Fix class name in standalone documentation
This amends change 13294ce605751babad0687e63c033436d129e3d2 Change-Id: I1e819a5d952329985741a558aef47e50a4bd5e7e Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples/webchannel/standalone/doc/src')
-rw-r--r--examples/webchannel/standalone/doc/src/standalone.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/webchannel/standalone/doc/src/standalone.qdoc b/examples/webchannel/standalone/doc/src/standalone.qdoc
index 0d030bf..6777492 100644
--- a/examples/webchannel/standalone/doc/src/standalone.qdoc
+++ b/examples/webchannel/standalone/doc/src/standalone.qdoc
@@ -64,13 +64,13 @@
\section1 Communicating with a Remote Client
- The C++ application sets up a QWebChannel instance and publishes a \c Dialog object over it.
+ The C++ application sets up a QWebChannel instance and publishes a \c Core object over it.
For the remote client side, \l {standalone/index.html}{index.html} is opened. Both show a
dialog with the list of received messages and an input box to send messages to the other end.
- The \c Dialog emits the \c Dialog::sendText() signal when the user sends a message. The signal
+ The \c Core emits the \c Core::sendText() signal when the user sends a message. The signal
automatically gets propagated to the HTML client. When the user enters a message on the HTML
- side, \c Dialog::receiveText() is called.
+ side, \c Core::receiveText() is called.
All communication between the HTML client and the C++ server is done over a WebSocket.
The C++ side instantiates a QWebSocketServer and wraps incoming QWebSocket connections