Skip to content
Snippets Groups Projects
Commit e7d05593 authored by hjk's avatar hjk
Browse files

ProjectExplorer: Initialize StandardRunnable::runMode


Change-Id: I762e968b827640a4ad7d8b86edc1531c2558d33e
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent 0d73cfb2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment