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