diff options
| author | 2014-01-04 16:24:54 +0100 | |
|---|---|---|
| committer | 2014-01-04 16:24:54 +0100 | |
| commit | 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (patch) | |
| tree | d0553a394e50d1de1a5185a7006fe3cb66cbfa3b /diceresult.h | |
| parent | 4114232457cbc5739872f479ef5d7772e6b5f42f (diff) | |
| download | OneRoll-4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6.tar.gz OneRoll-4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6.zip | |
-Adding range, booleancondition and countexecutenode.
Diffstat (limited to 'diceresult.h')
| -rw-r--r-- | diceresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diceresult.h b/diceresult.h index a9d36a3..9212233 100644 --- a/diceresult.h +++ b/diceresult.h @@ -11,6 +11,8 @@ public: QList<qint64>& getResultList(); void insertResult(qint64); + void setResultList(QList<qint64> list); + private: QList<qint64> m_diceValues; |