diff options
| author | 2015-04-01 08:12:40 +0200 | |
|---|---|---|
| committer | 2015-04-01 08:12:40 +0200 | |
| commit | 912e6f5df6b5f51ee3e28544720305fcfd3e6710 (patch) | |
| tree | 9daf471eee2ac3d7792e3b7991b086c0d2425643 /booleancondition.h | |
| parent | 2225f71200d8513a86f24589d0d6c8e5843439cd (diff) | |
| parent | 60a0e524561ae86c9509c61b00a5d8ba40a1d7ee (diff) | |
| download | OneRoll-912e6f5df6b5f51ee3e28544720305fcfd3e6710.tar.gz OneRoll-912e6f5df6b5f51ee3e28544720305fcfd3e6710.zip | |
Merge branch 'master' of github-as-renaud:obiwankennedy/DiceParser
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; |