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>
This commit is contained in:
Kurt Korbatits 2012-01-10 10:13:28 +10:00 committed by Qt by Nokia
parent 18617f2824
commit aa500fde7c
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#include <QtCore>
#include <QCoreApplication>
#include <QFile>
int main(int argc, char **argv)
{

View File

@ -40,7 +40,9 @@
****************************************************************************/
#include <QtCore>
#include <QCoreApplication>
#include <QByteArray>
#include <QDir>
int main(int argc, char **argv)
{