summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-23 12:53:32 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-23 07:06:24 +0100
commitd1e7294cd2c99a0de5bb838cc6acd106ec52f76e (patch)
treedf3fd3eab8f41bc6774ad8f4fbcf13f14c90388f /tests/auto/corelib
parent3b88d4db6e70762a7e89afc7acb62aae7cd27b35 (diff)
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>
Diffstat (limited to 'tests/auto/corelib')
-rw-r--r--tests/auto/corelib/io/qprocess/tst_qprocess.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
index bd27da994a..f5eb930352 100644
--- a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
+++ b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
@@ -48,7 +48,6 @@
#include <QtCore/QRegExp>
#include <QtCore/QDebug>
#include <QtCore/QMetaType>
-// Network test unnecessary?
#include <QtNetwork/QHostInfo>
#include <stdlib.h>