diff options
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 7cf72de..84c815b 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 |