diff options
| author | 2016-11-03 17:37:58 +0100 | |
|---|---|---|
| committer | 2016-11-03 17:37:58 +0100 | |
| commit | 3469ef7a412d82c2ea8c341ea58aa9b3d8aba22e (patch) | |
| tree | 8c8185f7dcfaabd492cee10643a0cb6398ac4ad3 /booleancondition.h | |
| parent | 9d389e561339e4fd7a68d60f593ad233e3941d13 (diff) | |
| download | OneRoll-3469ef7a412d82c2ea8c341ea58aa9b3d8aba22e.tar.gz OneRoll-3469ef7a412d82c2ea8c341ea58aa9b3d8aba22e.zip | |
-Add differentThan logical operator
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index 55a6b12..fa178b2 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -31,7 +31,7 @@ class BooleanCondition : public Validator { public: - enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual}; + enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual, Different}; BooleanCondition(); virtual qint64 hasValid(Die* b,bool recursive, bool unhighlight = false) const; |