mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Library: fix misleading indentation
This commit is contained in:
parent
fb97cfa1dc
commit
9c3720ceb9
@ -188,10 +188,10 @@ QVariant FolderModel::data(const QModelIndex &index, int role) const
|
|||||||
if(role == FolderModel::IdRole)
|
if(role == FolderModel::IdRole)
|
||||||
return item->id;
|
return item->id;
|
||||||
|
|
||||||
if (role != Qt::DisplayRole)
|
if (role != Qt::DisplayRole)
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
|
||||||
return item->data(index.column());
|
return item->data(index.column());
|
||||||
}
|
}
|
||||||
//! [3]
|
//! [3]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user