diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index f55d7b6..91a653a 100644 --- a/diceparser.h +++ b/diceparser.h @@ -231,6 +231,7 @@ public: void setComment(const QString &comment); bool readOptionFromNull(QString &str, ExecutionNode *&node); + bool readInstructionList(QString &str); private: /** @@ -328,7 +329,7 @@ private: ExecutionNode* m_start = nullptr; std::vector<ExecutionNode*> m_startNodes; - ExecutionNode* m_current; + //ExecutionNode* m_current; QString m_command; ParsingToolBox* m_parsingToolbox; QString m_helpPath; |