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:
Tobias Hunger
2014-09-10 17:39:34 +02:00
parent c0622d9e95
commit 20d7faa247

View File

@@ -590,7 +590,8 @@ Core::FeatureSet KitInformation::availableFeatures(const Kit *k) const
void KitInformation::notifyAboutUpdate(Kit *k)
{
KitManager::notifyAboutUpdate(k);
if (k)
k->kitUpdated();
}
// --------------------------------------------------------------------