From e7d05593120fa05f7b1ad32ca118d44730f7cc52 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 22 Mar 2016 14:29:26 +0100 Subject: ProjectExplorer: Initialize StandardRunnable::runMode Change-Id: I762e968b827640a4ad7d8b86edc1531c2558d33e Reviewed-by: Orgad Shaneh --- src/plugins/projectexplorer/runnables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/runnables.h b/src/plugins/projectexplorer/runnables.h index 67b6809ecf..5e4c94774c 100644 --- a/src/plugins/projectexplorer/runnables.h +++ b/src/plugins/projectexplorer/runnables.h @@ -41,7 +41,7 @@ public: QString commandLineArguments; QString workingDirectory; Utils::Environment environment; - ApplicationLauncher::Mode runMode; + ApplicationLauncher::Mode runMode = ApplicationLauncher::Gui; }; PROJECTEXPLORER_EXPORT bool operator==(const StandardRunnable &r1, const StandardRunnable &r2); -- cgit v1.2.1