Remove misleading comment.

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>
This commit is contained in:
Jason McDonald 2011-11-23 12:53:32 +10:00 committed by Qt by Nokia
parent 3b88d4db6e
commit d1e7294cd2

View File

@ -48,7 +48,6 @@
#include <QtCore/QRegExp>
#include <QtCore/QDebug>
#include <QtCore/QMetaType>
// Network test unnecessary?
#include <QtNetwork/QHostInfo>
#include <stdlib.h>