aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-10 11:49:45 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-10 11:49:45 +0200
commit9317fc5571784bafdd6d5de88f2e86e55b646648 (patch)
treedaeab58cc93a807379196c2656ef997fa13b1249 /diceparser.h
parent46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e (diff)
downloadOneRoll-9317fc5571784bafdd6d5de88f2e86e55b646648.tar.gz
OneRoll-9317fc5571784bafdd6d5de88f2e86e55b646648.zip
Add valueslistnode
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h
index ff162e3..a5e8619 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -254,6 +254,8 @@ public:
void getDiceResultFromAllInstruction(QList<ExportedDiceResult>& resultList);
QString humanReadableWarning();
+ bool readValuesList(QString& str, ExecutionNode*& node);
+
protected:
bool readParameterNode(QString& str, ExecutionNode*& node);