aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceresult.h')
-rw-r--r--diceresult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceresult.h b/diceresult.h
index c36c712..9bd2cde 100644
--- a/diceresult.h
+++ b/diceresult.h
@@ -38,7 +38,7 @@ public:
void setResultList(QList<Die*> list);
bool isScalar() const;
- virtual qint64 getScalar();
+ virtual qreal getScalar();
private:
QList<Die*> m_diceValues;
};