fix switch falldown
This commit is contained in:
parent
d4f0fe014b
commit
dcd71c2573
1 changed files with 2 additions and 0 deletions
|
@ -569,6 +569,8 @@ QVariant FeedsModel::data(const QModelIndex& index, int role) const {
|
|||
return m_updateItemIcon;
|
||||
}
|
||||
}
|
||||
|
||||
return itemForIndex(index)->data(index.column(), role);
|
||||
}
|
||||
|
||||
case Qt::ItemDataRole::ToolTipRole:
|
||||
|
|
Loading…
Add table
Reference in a new issue