Remove misleading comment.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 23 Nov 2011 02:53:32 +0000 (12:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 Nov 2011 06:06:24 +0000 (07:06 +0100)
In the QProcess test, QHostInfo is used as a quick and easy way to
create a background thread, and so is not (entirely) unnecessary.

Change-Id: I7204f113e7bc8a4b312d5a20f0a6ee076c56b35d
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/io/qprocess/tst_qprocess.cpp

index bd27da9..f5eb930 100644 (file)
@@ -48,7 +48,6 @@
 #include <QtCore/QRegExp>
 #include <QtCore/QDebug>
 #include <QtCore/QMetaType>
-// Network test unnecessary?
 #include <QtNetwork/QHostInfo>
 #include <stdlib.h>