From 2370150183601a05986b82cec38078eaeef01f12 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Mon, 6 Jan 2014 12:21:52 +0100 Subject: Update diceresult.cpp New API for result --- diceresult.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'diceresult.cpp') diff --git a/diceresult.cpp b/diceresult.cpp index 6d84ce1..8fcc5b3 100644 --- a/diceresult.cpp +++ b/diceresult.cpp @@ -17,3 +17,11 @@ void DiceResult::setResultList(QList list) m_diceValues.clear(); m_diceValues << list; } +bool DiceResult::isScalar() const +{ + return false; +} +qint64 DiceResult::getScalar() +{ + return 0; +} -- cgit v1.2.3-70-g09d2