aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannel.cpp')
-rw-r--r--src/webchannel/qwebchannel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webchannel/qwebchannel.cpp b/src/webchannel/qwebchannel.cpp
index 050d04e..2d7cc2d 100644
--- a/src/webchannel/qwebchannel.cpp
+++ b/src/webchannel/qwebchannel.cpp
@@ -175,6 +175,9 @@ QHash<QString, QObject *> QWebChannel::registeredObjects() const
The properties, signals and public methods of the \a object are published to the remote clients.
There, an object with the identifier \a id is then constructed.
+ \note A property that is \c BINDABLE but does not have a \c NOTIFY signal will have working property
+ updates on the client side, but no mechanism to register a callback for the change notifications.
+
\note A current limitation is that objects must be registered before any client is initialized.
\sa QWebChannel::registerObjects(), QWebChannel::deregisterObject(), QWebChannel::registeredObjects()