Replies: 1 comment
-
qt examples do it the same way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the following code:
When I assume that
get(request)
immediately sends error signal before the connect of the signal is established then we would miss the error. Is the conclusion right that (for good coding) the connect should be established first before the request is send, say like this:Thx
Beta Was this translation helpful? Give feedback.
All reactions