diff options
| author | 2017-12-22 01:17:04 +0100 | |
|---|---|---|
| committer | 2017-12-22 01:17:04 +0100 | |
| commit | a9c56795316ad6f9455df446546ac85264a5ac3c (patch) | |
| tree | 4cf99ea5ab70c1c8a79e77f3384f05a5985d40f8 /diceroller.h | |
| parent | b2e4afb2cb2a94affd4865645dce745533b84d28 (diff) | |
| download | OneRoll-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.h | 2 |
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; |