diff options
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; |