mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
[GDE] Fix add card always grouping by type (#5995)
This commit is contained in:
parent
6f3a07b756
commit
90ce5f2c57
2 changed files with 20 additions and 26 deletions
|
|
@ -96,7 +96,7 @@ public:
|
|||
{
|
||||
return nodeToIndex(root);
|
||||
};
|
||||
QString getSortCriteriaForCard(CardInfoPtr info);
|
||||
QString getGroupCriteriaForCard(CardInfoPtr info) const;
|
||||
int rowCount(const QModelIndex &parent) const override;
|
||||
int columnCount(const QModelIndex & /*parent*/ = QModelIndex()) const override;
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue