QProcessPrivate: fix double init of exitCode in ctor
Change-Id: I934cb9d40fa0c0c06e8552f522d58c5326754f37 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
29ca117ad6
commit
66d94ea30b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue