From 66d94ea30be9c4c8cc81a52134022eb662bedd77 Mon Sep 17 00:00:00 2001 From: Anton Kudryavtsev Date: Mon, 11 Jan 2016 17:42:43 +0300 Subject: QProcessPrivate: fix double init of exitCode in ctor Change-Id: I934cb9d40fa0c0c06e8552f522d58c5326754f37 Reviewed-by: Thiago Macieira --- src/corelib/io/qprocess.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 315142aabe..823dc4c144 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -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; -- cgit v1.2.3