mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
sort edit sets better (#2648)
This commit is contained in:
parent
160d66d890
commit
3c54499a40
2 changed files with 16 additions and 4 deletions
|
|
@ -27,6 +27,7 @@ private:
|
|||
QSet<CardSet *> enabledSets;
|
||||
public:
|
||||
enum SetsColumns { SortKeyCol, IsKnownCol, EnabledCol, LongNameCol, ShortNameCol, SetTypeCol, ReleaseDateCol };
|
||||
enum Role { SortRole=Qt::UserRole };
|
||||
|
||||
SetsModel(CardDatabase *_db, QObject *parent = 0);
|
||||
~SetsModel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue