diff options
| author | 2015-04-22 10:57:20 +0200 | |
|---|---|---|
| committer | 2015-04-22 10:57:20 +0200 | |
| commit | 5938230cc183b562ab076dd46dabcaf325a21157 (patch) | |
| tree | 38d993a5d75f2403eba0cb29e17d12727e600a43 /booleancondition.h | |
| parent | 186af57e85671f0c9c4b2b1faf0d2065f4b0f222 (diff) | |
| download | OneRoll-5938230cc183b562ab076dd46dabcaf325a21157.tar.gz OneRoll-5938230cc183b562ab076dd46dabcaf325a21157.zip | |
add bool value to know if the validator should remove the highlight of some dice
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 02fadf9..8de8854 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -31,7 +31,7 @@ public: enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual}; BooleanCondition(); - virtual qint64 hasValid(Die* b,bool recursive) const; + virtual qint64 hasValid(Die* b,bool recursive, bool unhighlight = false) const; void setOperator(LogicOperator m); void setValue(qint64); |