mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 14:02:15 -07:00
Split filters into libraries where applicable.
Took 23 minutes Took 2 minutes
This commit is contained in:
parent
aeec56f800
commit
f209f0b8d6
27 changed files with 108 additions and 68 deletions
|
|
@ -8,12 +8,11 @@
|
|||
#ifndef COCKATRICE_CARD_DATABASE_DISPLAY_MODEL_H
|
||||
#define COCKATRICE_CARD_DATABASE_DISPLAY_MODEL_H
|
||||
|
||||
#include "filter_string.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QSet>
|
||||
#include <QSortFilterProxyModel>
|
||||
#include <QTimer>
|
||||
#include <libcockatrice/filters/filter_string.h>
|
||||
|
||||
class FilterTree;
|
||||
class CardDatabaseDisplayModel : public QSortFilterProxyModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue