Skip to content
Snippets Groups Projects
Commit 19d470ac authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

Fix displaying tab name in the application output pane


It was empty due to

    commit c209eb9f
    AnalyerRunControl: Don't store the runconfiguration

Change-Id: Ib20ca9ab5b6e4b4fe971e6b9bcba1fba46a3b152
Reviewed-by: default avatarDaniel Teske <daniel.teske@theqtcompany.com>
parent daa478ad
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ RunControl *ClangStaticAnalyzerRunControlFactory::create(RunConfiguration *runCo
}
AnalyzerStartParameters sp;
sp.displayName = runConfiguration->displayName();
sp.runMode = runMode;
BuildConfiguration * const buildConfiguration = target->activeBuildConfiguration();
QTC_ASSERT(buildConfiguration, return 0);
......
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