diff options
| author | 2017-12-13 00:42:59 +0100 | |
|---|---|---|
| committer | 2017-12-13 00:42:59 +0100 | |
| commit | e671fe692252ac1331835d72fd035acf20010ec3 (patch) | |
| tree | 376ae8952571553e243a33c9fb86e55ea512428e /diceparser.h | |
| parent | 507507e53e87f316806c508f6140a4cd54ba1d24 (diff) | |
| download | OneRoll-e671fe692252ac1331835d72fd035acf20010ec3.tar.gz OneRoll-e671fe692252ac1331835d72fd035acf20010ec3.zip | |
-Management of instructions
-Remove useless code
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; |