Emit dataChanged() when the entry icon has changed.

This commit is contained in:
Felix Geyer 2012-05-11 14:14:12 +02:00
parent 0b592c69b0
commit 860a2131b3

View File

@ -231,6 +231,7 @@ void Entry::setIcon(int iconNumber)
m_pixmapCacheKey = QPixmapCache::Key();
Q_EMIT modified();
emitDataChanged();
}
}
@ -245,6 +246,7 @@ void Entry::setIcon(const Uuid& uuid)
m_pixmapCacheKey = QPixmapCache::Key();
Q_EMIT modified();
emitDataChanged();
}
}