aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-03-22 14:29:26 +0100
committerhjk <hjk@theqtcompany.com>2016-03-22 14:59:58 +0000
commite7d05593120fa05f7b1ad32ca118d44730f7cc52 (patch)
tree90ea18d4c5b2d7a9b2dc6cdfd5356baed484ed81
parent0d73cfb28d723792b2767d6cdb9c90f5c8a5f919 (diff)
ProjectExplorer: Initialize StandardRunnable::runModev4.0.0-beta1
Change-Id: I762e968b827640a4ad7d8b86edc1531c2558d33e Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--src/plugins/projectexplorer/runnables.h2
1 files changed, 1 insertions, 1 deletions
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);