diff --git a/src/util/externalcommand.cpp b/src/util/externalcommand.cpp index bce47f6..da0f51f 100644 --- a/src/util/externalcommand.cpp +++ b/src/util/externalcommand.cpp @@ -39,9 +39,9 @@ ExternalCommand::ExternalCommand(CopySource& source, CopyTarget& target,const QProcess::ProcessChannelMode processChannelMode) : + m_ExitCode(-1), m_Source(&source), - m_Target(&target), - m_ExitCode(-1) + m_Target(&target) { setup(processChannelMode); }