Quote Originally Posted by krivenok
I find many problems in my code, after installing qInstallMsgHandler() handler
All of these warnings are usually written to the console, but on windows you have to add CONFIG += console to your .pro file (or use your own message handler) to see them.

But nothing related to connect call
Try compiling your program in debug mode (CONFIG += debug in the .pro file).