Make target information update also for non-Qt4RunConfigurations

Transform the method in Qt4Project into a signal that is handled
by the run configurations themselves.
This commit is contained in:
con
2009-06-22 15:51:21 +02:00
parent f3eb79b198
commit 936ba4c070
5 changed files with 13 additions and 6 deletions

View File

@@ -28,6 +28,9 @@ S60EmulatorRunConfiguration::S60EmulatorRunConfiguration(Project *project, const
connect(project, SIGNAL(activeBuildConfigurationChanged()),
this, SLOT(invalidateCachedTargetInformation()));
connect(project, SIGNAL(targetInformationChanged()),
this, SLOT(invalidateCachedTargetInformation()));
}
S60EmulatorRunConfiguration::~S60EmulatorRunConfiguration()