diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index be0dacd..6197e6b 100644 --- a/diceparser.h +++ b/diceparser.h @@ -220,6 +220,7 @@ public: bool readOptionFromNull(QString &str, ExecutionNode *&node); bool readInstructionList(QString &str); void getDiceResultFromAllInstruction(QList<ExportedDiceResult> &resultList); + QString humanReadableWarning(); protected: bool readParameterNode(QString &str, ExecutionNode *&node); private: |