diff options
| author | 2020-08-22 17:09:57 +0200 | |
|---|---|---|
| committer | 2020-08-22 17:09:57 +0200 | |
| commit | 8209ac895fac8f993c13187195287f4021457da5 (patch) | |
| tree | 98a318b93febe66426f2ab01d88ceabb8bdc9c1b /include/diceparser.h | |
| parent | 8ee9c4372efce878e817c49b375a8fd904ea5a43 (diff) | |
| download | OneRoll-8209ac895fac8f993c13187195287f4021457da5.tar.gz OneRoll-8209ac895fac8f993c13187195287f4021457da5.zip | |
Fix repeat node.
Diffstat (limited to 'include/diceparser.h')
| -rw-r--r-- | include/diceparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diceparser.h b/include/diceparser.h index 56dcb7d..8951a99 100644 --- a/include/diceparser.h +++ b/include/diceparser.h @@ -99,6 +99,7 @@ public: QList<qreal> scalarResultsFromEachInstruction() const; QStringList stringResultFromEachInstruction(bool& hasAlias) const; void diceResultFromEachInstruction(QList<ExportedDiceResult>& resultList) const; + QString finalStringResult() const; QString diceCommand() const; QMap<Dice::ERROR_CODE, QString> errorMap() const; |