aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2020-08-22 17:09:57 +0200
committerRenaud G <renaud@rolisteam.org>2020-08-22 17:09:57 +0200
commit8209ac895fac8f993c13187195287f4021457da5 (patch)
tree98a318b93febe66426f2ab01d88ceabb8bdc9c1b /include/diceparser.h
parent8ee9c4372efce878e817c49b375a8fd904ea5a43 (diff)
downloadOneRoll-8209ac895fac8f993c13187195287f4021457da5.tar.gz
OneRoll-8209ac895fac8f993c13187195287f4021457da5.zip
Fix repeat node.
Diffstat (limited to 'include/diceparser.h')
-rw-r--r--include/diceparser.h1
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;