-
Notifications
You must be signed in to change notification settings - Fork 3
Dphan/fix examples #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d7c8e3b to
29bc1aa
Compare
w4bremer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in one the commits
adddres -> address
| {{- end }} | ||
|
|
||
|
|
||
| // You can run this client app together with the server side app - eiter also example, simulation, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eiter -> either
|
|
||
| // connect your singals here like | ||
| {{- if $features.monitor }} | ||
| // interfaceInstanceTraced.connect(&interfaceInstanceTraced, &Interface::propertyChanged, [](auto value){ qDebug() << " property changed " << value;}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could use real interface names from the API?
Would be great if one of the two versions was actually "uncommented", so that there is always one version working there.
| #include <iostream> | ||
|
|
||
| int main(){ | ||
| // You can run this server app together with the client side app - eiter also example, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eiter -> either
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the actual change in this file? Looks like nothing changed?
a6cede4 to
4effea5
Compare
170c01d to
d0a6ea5
Compare
e2ccfa2 to
5e720b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this probably should not have changed. Looks like a new line only change? Or do I miss the real change?
Remove loading non-existing qml Add documentation add possible usage in comment
Add using Qt engine without which the connection is not working. Add documentation
in qml example. The addresses didn't have "ws" part at the and of address.
5e720b4 to
5a70140
Compare
Cleanup examples:
client and server are now console applications - with use of qt engine, which is necessary for connections
add few words of documentation to main.cpp
align missing "ws" in connection address