mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
Readability fix in custom icon model.
This commit is contained in:
parent
a197cdcce5
commit
89361b3bea
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ QVariant CustomIconModel::data(const QModelIndex& index, int role) const
|
|||
}
|
||||
|
||||
if (role == Qt::DecorationRole) {
|
||||
Uuid uuid = m_iconsOrder.value(index.row());
|
||||
Uuid uuid = uuidFromIndex(index);
|
||||
return m_icons.value(uuid);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue