diff options
| author | 2017-11-28 10:35:26 +0100 | |
|---|---|---|
| committer | 2017-11-28 10:35:26 +0100 | |
| commit | 4516fab0081b0db73b7401816a521453ab77ecc6 (patch) | |
| tree | 0cbdf6fc0c0b603a3a9dc9523f5e29302dd5467a /diceparser.h | |
| parent | 95d4b12f2900f13e5836cb460261c96889bdd4e5 (diff) | |
| download | OneRoll-4516fab0081b0db73b7401816a521453ab77ecc6.tar.gz OneRoll-4516fab0081b0db73b7401816a521453ab77ecc6.zip | |
add stuff to debug if operator in if operator
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 cd031bb..7cb1184 100644 --- a/diceparser.h +++ b/diceparser.h @@ -230,6 +230,7 @@ public: QString getComment() const; void setComment(const QString &comment); + bool readOptionFromNull(QString &str, ExecutionNode *&node); private: /** |