AbstractProcessStep: Initialize future interface pointer

Change-Id: I57d0ab6add9d0c3e325447dfc5a8dfe40dd3a770
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-12-12 10:31:50 +01:00
committed by Tim Jenssen
parent 9ce62e5c8e
commit d25a12404f

View File

@@ -89,7 +89,7 @@ private:
void outputAdded(const QString &string, BuildStep::OutputFormat format); void outputAdded(const QString &string, BuildStep::OutputFormat format);
QTimer m_timer; QTimer m_timer;
QFutureInterface<bool> *m_futureInterface; QFutureInterface<bool> *m_futureInterface = nullptr;
std::unique_ptr<Utils::QtcProcess> m_process; std::unique_ptr<Utils::QtcProcess> m_process;
std::unique_ptr<IOutputParser> m_outputParserChain; std::unique_ptr<IOutputParser> m_outputParserChain;
ProcessParameters m_param; ProcessParameters m_param;