QmakeProjectManager: Remove some dead code

The kitChanged() handling was left over after d972b3b091.

Change-Id: I849b2bc941d17d60e1873357585b37480baeaa6e
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
hjk
2015-05-18 17:32:03 +02:00
parent 1da94d5fac
commit f3a46e5ad5
2 changed files with 0 additions and 8 deletions

View File

@@ -166,13 +166,6 @@ void DesktopQmakeRunConfiguration::ctor()
this, &DesktopQmakeRunConfiguration::proFileUpdated);
connect(project, &QmakeProject::proFilesEvaluated,
this, &DesktopQmakeRunConfiguration::proFileEvaluated);
connect(target(), &Target::kitChanged,
this, &DesktopQmakeRunConfiguration::kitChanged);
}
void DesktopQmakeRunConfiguration::kitChanged()
{
emit runModeChanged(runMode()); // Always emit
}
//////