Leaves can't collapse
This commit is contained in:
parent
fe49beb68e
commit
65152252a4
3 changed files with 3 additions and 4 deletions
|
|
@ -438,7 +438,6 @@ tagIdToCat(QString tagId)
|
|||
bool
|
||||
FilteredCommunitiesModel::lessThan(const QModelIndex &left, const QModelIndex &right) const
|
||||
{
|
||||
nhlog::ui()->debug("lessThan");
|
||||
QModelIndex const left_idx = sourceModel()->index(left.row(), 0, QModelIndex());
|
||||
QModelIndex const right_idx = sourceModel()->index(right.row(), 0, QModelIndex());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue