mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Better filtering and analytics.
This commit is contained in:
parent
94e8b441d4
commit
cf624a3dd7
35 changed files with 1038 additions and 535 deletions
|
|
@ -262,7 +262,8 @@ bool DeckListModel::setData(const QModelIndex &index, const QVariant &value, con
|
|||
}
|
||||
|
||||
emitRecursiveUpdates(index);
|
||||
deckList->refreshDeckHash();
|
||||
|
||||
emit dataChanged(index, index);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -292,7 +293,7 @@ bool DeckListModel::removeRows(int row, int count, const QModelIndex &parent)
|
|||
} else {
|
||||
emitRecursiveUpdates(parent);
|
||||
}
|
||||
|
||||
emit dataChanged(parent, parent);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue