mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Emit dataChanged() when the entry icon has changed.
This commit is contained in:
parent
0b592c69b0
commit
860a2131b3
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user