aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceroller.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-12-22 01:17:04 +0100
committerRenaud G <renaud@rolisteam.org>2017-12-22 01:17:04 +0100
commita9c56795316ad6f9455df446546ac85264a5ac3c (patch)
tree4cf99ea5ab70c1c8a79e77f3384f05a5985d40f8 /diceroller.h
parentb2e4afb2cb2a94affd4865645dce745533b84d28 (diff)
downloadOneRoll-a9c56795316ad6f9455df446546ac85264a5ac3c.tar.gz
OneRoll-a9c56795316ad6f9455df446546ac85264a5ac3c.zip
-Add item to roll dice inside charactersheet and test it.
Diffstat (limited to 'diceroller.h')
-rw-r--r--diceroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceroller.h b/diceroller.h
index 3881522..ccbd8f2 100644
--- a/diceroller.h
+++ b/diceroller.h
@@ -58,7 +58,7 @@ public slots:
protected:
QString diceToText(QList<ExportedDiceResult> &diceList);
private:
- DiceParser* m_diceparser;
+ DiceParser m_diceparser;
qreal m_result;
QString m_diceList;
QString m_resultStr;