aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-04-10 20:43:24 +0200
committerRenaud G <renaud@rolisteam.org>2018-04-11 00:18:05 +0200
commitd205f806d0bcfc119e2ecd3ea063288877064dde (patch)
treee1bd4b4741143972aabdeeef2cb2146eac41265b /diceparser.h
parent826f21f33721f0c232e1440ab8c4d04a822aff8c (diff)
downloadOneRoll-d205f806d0bcfc119e2ecd3ea063288877064dde.tar.gz
OneRoll-d205f806d0bcfc119e2ecd3ea063288877064dde.zip
-Add support for subcommand on reroll operator.
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 6c59bae..c3b5be2 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -219,6 +219,8 @@ public:
bool readOptionFromNull(QString &str, ExecutionNode *&node);
bool readInstructionList(QString &str);
+protected:
+ bool readParameterNode(QString &str, ExecutionNode *&node);
private:
/**