aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-10-27 00:35:00 +0200
committerRenaud G <renaud@rolisteam.org>2018-11-09 23:47:36 +0100
commit0994c2713eb17a7568369bbb09ca73d4e4045028 (patch)
treecb1e34362ff6399fefa39febe0e3b81548fc33e2 /diceparser.h
parentc98b88063b0edd45c240902a767804f232af9a43 (diff)
downloadOneRoll-0994c2713eb17a7568369bbb09ca73d4e4045028.tar.gz
OneRoll-0994c2713eb17a7568369bbb09ca73d4e4045028.zip
Commit before rebase.
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index 2ede553..3d5ba8f 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -129,7 +129,7 @@ public:
* @brief getLastDiceResult
* @return
*/
- void getLastDiceResult(QList<ExportedDiceResult>& diceValues,bool& homogeneous);
+ void getLastDiceResult(QList<ExportedDiceResult>& diceValues, bool& homogeneous);
/**
* @brief hasIntegerResultNotInFirst
* @return
@@ -219,6 +219,7 @@ public:
bool readOptionFromNull(QString &str, ExecutionNode *&node);
bool readInstructionList(QString &str);
+ void getDiceResultFromAllInstruction(QList<ExportedDiceResult> &resultList);
protected:
bool readParameterNode(QString &str, ExecutionNode *&node);
private: