mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Readability fix in custom icon model.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user