mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Readability fix in custom icon model.
This commit is contained in:
parent
a197cdcce5
commit
89361b3bea
@ -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…
Reference in New Issue
Block a user