aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel')
-rw-r--r--src/webchannel/doc/src/javascript.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webchannel/doc/src/javascript.qdoc b/src/webchannel/doc/src/javascript.qdoc
index 0657953..911fff5 100644
--- a/src/webchannel/doc/src/javascript.qdoc
+++ b/src/webchannel/doc/src/javascript.qdoc
@@ -28,6 +28,8 @@
socket's \c onopen handler. Take a look at the \l{Qt WebChannel Standalone Example} to see how
this is done.
+ \note Only a single \c QWebChannel object per transport can be created in the same page.
+
A converter wrapper function is either a string with the name of a built-in converter or a
user supplied function that takes the object to process as an argument and returns the
resultant type or undefined if the function does not apply. If undefined is returned the next