How could I call socket.h's connect() function without getting an error: "no matching member function for call to 'connect'"
-
Hi and welcome to devnet,
Use
::connectin place of just connect which is the one from QObject.Out of curiosity, why not use Qt's network classes ?
-
Thanks! I don't use Qt's network class because I have a server already with this code. Maybe I'll rework it.
@Batyu Then please mark this topic as solved, thx.