On Thu, Aug 4, 2011 at 9:11 AM, Thiago Macieira <thi...@kde.org> wrote:
> This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/102179/ > > Ok, then there's something wrong. QHostInfo has had a blocking method since > Qt 4.0. > > Thiago, you must have forgotten but you and I had this discussion before on IRC. :) There is nothing wrong with QHostInfo except its lookupHost function does not offer a timeout parameter we need for this use case. IOW if QHostInfo provided a lookup function that took a timeout parameter, then there would be no need for the code I added here at all.