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:
sylvanbasilisk 2014-01-22 20:52:52 +00:00
parent 083005b8a9
commit 16d30fb9e1
13 changed files with 197 additions and 206 deletions

View file

@ -11,7 +11,7 @@ public:
TypeAndNot,
TypeOrNot,
TypeEnd
};
};
/* if you add an atribute here you also need to
* add its string representation in attrName */