summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);