mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
miscellaneous code cleanup
renamed filter list modules to filter tree to more accurately reflect the nature of the data structure.
This commit is contained in:
parent
083005b8a9
commit
16d30fb9e1
13 changed files with 197 additions and 206 deletions
|
|
@ -16,7 +16,7 @@ class DlgCardSearch;
|
|||
class QLabel;
|
||||
class DeckLoader;
|
||||
class Response;
|
||||
class FilterListModel;
|
||||
class FilterTreeModel;
|
||||
|
||||
class SearchLineEdit : public QLineEdit {
|
||||
private:
|
||||
|
|
@ -84,7 +84,7 @@ private:
|
|||
QLabel *hashLabel1;
|
||||
QLabel *hashLabel;
|
||||
DlgCardSearch *dlgCardSearch;
|
||||
FilterListModel *filterModel;
|
||||
FilterTreeModel *filterModel;
|
||||
QTreeView *filterView;
|
||||
|
||||
QMenu *deckMenu, *dbMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue