mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Emit dataChanged() when the entry icon has changed.
This commit is contained in:
parent
0b592c69b0
commit
860a2131b3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue