Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
5.0.0
-
None
Description
There is a bug in the documentation on the introduction to Remote Objects here:
http://doc.qt.io/qt-5/qtremoteobjects-gettingstarted.html#example-3-remote-nodes-using-a-registry
In the docs it shows:
QRemoteObjectNode srcNode = QRemoteObjectNode::createHostNode();
{{}}
As a means to create the QRemoteObjectNode.
{{}}
However, this is not correct. You can see in the code review update here:
https://codereview.qt-project.org/#/c/144624/
{{}}
That the interface has been changed.
{{}}
So the documentation needs to be updated to reflect the code changes.
{{}}