diff options
| author | 2015-03-31 23:49:35 +0200 | |
|---|---|---|
| committer | 2015-03-31 23:49:35 +0200 | |
| commit | 4c9a68db5423c5d798d178d4dafb5bf8e3228ed1 (patch) | |
| tree | ec42aa463cbdf7ab6e679932c75d93a2a6ab0ead /booleancondition.h | |
| parent | fc1de9a59c3d60d87d94e62fea1a44f6fce65237 (diff) | |
| download | OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.tar.gz OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.zip | |
add better error management (not finished yet)
add check for endless loop in validator (not finished yet)
Better helpMe
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/booleancondition.h b/booleancondition.h index ea5eefd..02fadf9 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -37,6 +37,8 @@ public: void setValue(qint64); QString toString(); + virtual quint8 getValidRangeSize(quint64 faces) const; + private: LogicOperator m_operator; qint64 m_value; |