diff options
| author | 2015-04-27 09:11:23 +0200 | |
|---|---|---|
| committer | 2015-04-27 09:11:23 +0200 | |
| commit | 5c73a6cb13b8c301d0e60f916998c3e683a2b043 (patch) | |
| tree | 6115fd997abb2cd15f733a0e4f4ff719633fe191 /diceparser.h | |
| parent | a0ee95a348aa457a584e349f4f832e77c85d58a2 (diff) | |
| download | OneRoll-5c73a6cb13b8c301d0e60f916998c3e683a2b043.tar.gz OneRoll-5c73a6cb13b8c301d0e60f916998c3e683a2b043.zip | |
-management of runtime error
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/diceparser.h b/diceparser.h index 0c2e0e2..93c5c2e 100644 --- a/diceparser.h +++ b/diceparser.h @@ -182,6 +182,11 @@ public: * @return */ QString convertAlias(QString str); + /** + * @brief getErrorList + * @return + */ + QMap<ExecutionNode::ERROR_CODE,QString> getErrorMap(); private: /** @@ -244,11 +249,6 @@ private: */ bool readOperand(QString&,ExecutionNode* & node); - /** - * @brief getErrorList - * @return - */ - QList<ExecutionNode::ERROR_CODE> getErrorList(); /** * @brief readInstructionOperator * @param c |