diff options
| author | 2018-04-10 20:43:24 +0200 | |
|---|---|---|
| committer | 2018-04-11 00:18:05 +0200 | |
| commit | d205f806d0bcfc119e2ecd3ea063288877064dde (patch) | |
| tree | e1bd4b4741143972aabdeeef2cb2146eac41265b /diceparser.h | |
| parent | 826f21f33721f0c232e1440ab8c4d04a822aff8c (diff) | |
| download | OneRoll-d205f806d0bcfc119e2ecd3ea063288877064dde.tar.gz OneRoll-d205f806d0bcfc119e2ecd3ea063288877064dde.zip | |
-Add support for subcommand on reroll operator.
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
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: /** |