I've run into a problem where I have to create a socket on my own (not using the Qt sockets due to a bug) and have found that sockets on both *nix and windows have a connect() function that conflicts with Qt's connect() functions for signals and slots.
I only need to use this connect function in one file. Is there a way to keep my program from picking up the Qt connect function instead of the socket connect function?
Thanks,
Paul
Bookmarks