Changed qprocess unittest to use specific headers instead of QtCore.
authorKurt Korbatits <kurt.korbatits@nokia.com>
Tue, 10 Jan 2012 00:13:28 +0000 (10:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Jan 2012 00:25:40 +0000 (01:25 +0100)
commitaa500fde7cea3f9ed9cdfb42f8597e399d8e9e24
treee28769eb0f8f226341043442dd3c49208b9215ed
parent18617f2824af67a690ade336f5d27f09752c7206
Changed qprocess unittest to use specific headers instead of QtCore.

Changed qprocess unittest to use specific classes of QtCore instead of
pulling in all of QtCore headers by using include <QtCore>
- Decreasing build time.

Change-Id: Ifc7911548e4a9323726093ac1d35e4ce38b5f8ad
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/corelib/io/qprocess/fileWriterProcess/main.cpp
tests/auto/corelib/io/qprocess/testSetWorkingDirectory/main.cpp