diff options
Diffstat (limited to 'result/diceresult.h')
| -rw-r--r-- | result/diceresult.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/result/diceresult.h b/result/diceresult.h index 3be47ed..7eded95 100644 --- a/result/diceresult.h +++ b/result/diceresult.h @@ -75,11 +75,15 @@ public: */ void setHomogeneous(bool); + Die::ArithmeticOperator getOperator() const; + void setOperator(const Die::ArithmeticOperator & dieOperator); + private: qreal getScalarResult(); private: QList<Die*> m_diceValues; bool m_homogeneous; + Die::ArithmeticOperator m_operator; }; #endif // DICERESULT_H |