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