HI,

In my Qt project, i have a thread to connect server. when i write the code with
connect(sockfd,...)
Qt is assuming it, as the connect , which is used to connect signals and slots
so how should i differentiate that???


Thnx in advance;