forked from qt-creator/qt-creator
KitInformation: Send notification on updates via the kit
This fixes blocking of these notifications. Change-Id: I49a1efd4506fe66b1f78e9489360cfb68edd8fab Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -590,7 +590,8 @@ Core::FeatureSet KitInformation::availableFeatures(const Kit *k) const
|
||||
|
||||
void KitInformation::notifyAboutUpdate(Kit *k)
|
||||
{
|
||||
KitManager::notifyAboutUpdate(k);
|
||||
if (k)
|
||||
k->kitUpdated();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user