mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -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
|
|
@ -36,8 +36,8 @@ SET(cockatrice_SOURCES
|
|||
src/cardframe.cpp
|
||||
src/filterbuilder.cpp
|
||||
src/cardfilter.cpp
|
||||
src/filterlistmodel.cpp
|
||||
src/filterlist.cpp
|
||||
src/filtertreemodel.cpp
|
||||
src/filtertree.cpp
|
||||
src/messagelogwidget.cpp
|
||||
src/zoneviewzone.cpp
|
||||
src/zoneviewwidget.cpp
|
||||
|
|
@ -118,8 +118,8 @@ SET(cockatrice_HEADERS
|
|||
src/cardframe.h
|
||||
src/filterbuilder.h
|
||||
src/cardfilter.h
|
||||
src/filterlistmodel.h
|
||||
src/filterlist.h
|
||||
src/filtertreemodel.h
|
||||
src/filtertree.h
|
||||
src/messagelogwidget.h
|
||||
src/zoneviewzone.h
|
||||
src/zoneviewwidget.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue