From d52b42dff5a2944fa22f6da5241086ae0128b17a Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Wed, 8 Jan 2014 18:18:15 +0100 Subject: Update diceresult.h die* --- diceresult.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/diceresult.h b/diceresult.h index 93fb668..42f7e5c 100644 --- a/diceresult.h +++ b/diceresult.h @@ -11,15 +11,15 @@ public: DiceResult(); qint64 getSum(); - QList& getResultList(); - void insertResult(Die); + QList& getResultList(); + void insertResult(Die*); - void setResultList(QList list); + void setResultList(QList list); bool isScalar() const; virtual qint64 getScalar(); private: - QList m_diceValues; + QList m_diceValues; }; #endif // DICERESULT_H -- cgit v1.2.3-70-g09d2