diff --git a/src/plugins/projectexplorer/abstractprocessstep.h b/src/plugins/projectexplorer/abstractprocessstep.h index 847a2f4208a..bceb5c9d3f5 100644 --- a/src/plugins/projectexplorer/abstractprocessstep.h +++ b/src/plugins/projectexplorer/abstractprocessstep.h @@ -89,7 +89,7 @@ private: void outputAdded(const QString &string, BuildStep::OutputFormat format); QTimer m_timer; - QFutureInterface *m_futureInterface; + QFutureInterface *m_futureInterface = nullptr; std::unique_ptr m_process; std::unique_ptr m_outputParserChain; ProcessParameters m_param;