diff options
| author | 2014-01-07 18:42:05 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:42:05 +0100 | |
| commit | 852d27cf4da5a31f192bfb96d8b477962c72aecc (patch) | |
| tree | 38dc3e2d11be42a95ea7fa0a6251b8310f85d511 /diceparser.h | |
| parent | 55cee3c0eae71ffa4e0ef6368f53c811e545c34a (diff) | |
| download | OneRoll-852d27cf4da5a31f192bfb96d8b477962c72aecc.tar.gz OneRoll-852d27cf4da5a31f192bfb96d8b477962c72aecc.zip | |
Update diceparser.h
better display, API changes
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/diceparser.h b/diceparser.h index 1615aaf..30f1362 100644 --- a/diceparser.h +++ b/diceparser.h @@ -77,7 +77,7 @@ private: * @param node * @return */ - bool readDiceExpression(QString&,ExecutionNode* & node); + bool readDiceExpression(QString&,ExecutionNode* & node); /** * @brief readOperator * @return @@ -92,13 +92,13 @@ private: /** * @brief readOption */ - bool readOption(QString&); + bool readOption(QString&,ExecutionNode* node); /** * @brief addSort * @param b */ - void addSort(bool b); + ExecutionNode* addSort(ExecutionNode*, bool b); /** * @brief readValidator |