mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05: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) {
|
if (role == Qt::DecorationRole) {
|
||||||
Uuid uuid = m_iconsOrder.value(index.row());
|
Uuid uuid = uuidFromIndex(index);
|
||||||
return m_icons.value(uuid);
|
return m_icons.value(uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user