QProcessPrivate: fix double init of exitCode in ctor

Change-Id: I934cb9d40fa0c0c06e8552f522d58c5326754f37
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Anton Kudryavtsev 2016-01-11 17:42:43 +03:00
parent 29ca117ad6
commit 66d94ea30b
1 changed files with 0 additions and 1 deletions

View File

@ -874,7 +874,6 @@ QProcessPrivate::QProcessPrivate()
childStartedPipe[0] = INVALID_Q_PIPE;
childStartedPipe[1] = INVALID_Q_PIPE;
forkfd = -1;
exitCode = 0;
crashed = false;
dying = false;
emittedReadyRead = false;