diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 0bc32e8..a1e58e1 100644 --- a/diceparser.h +++ b/diceparser.h @@ -225,6 +225,9 @@ public: * @param variables */ void setVariableDictionary(QHash<QString,QString>* variables); + QString getComment() const; + void setComment(const QString &comment); + private: /** @@ -333,6 +336,7 @@ private: QString m_helpPath; bool m_currentTreeHasSeparator; bool readBlocInstruction(QString &str, ExecutionNode *&resultnode); + QString m_comment; }; #endif // DICEPARSER_H |