diff options
| author | 2016-01-30 17:52:00 +0100 | |
|---|---|---|
| committer | 2016-01-30 17:52:00 +0100 | |
| commit | 530c87f71366810549b718160bc59bda51f876b0 (patch) | |
| tree | 5245554bdb3ea5289f448c270f273ac783c079b2 /diceparser.h | |
| parent | c11896701cdc28e6a363af9242c111164f14e074 (diff) | |
| download | OneRoll-530c87f71366810549b718160bc59bda51f876b0.tar.gz OneRoll-530c87f71366810549b718160bc59bda51f876b0.zip | |
-rework arithmetic 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 a1fc8b8..e1a5ee5 100644 --- a/diceparser.h +++ b/diceparser.h @@ -312,6 +312,7 @@ private: ParsingToolBox* m_parsingToolbox; QString m_helpPath; bool m_currentTreeHasSeparator; + bool readBlocInstruction(QString &str, ExecutionNode *&resultnode); }; #endif // DICEPARSER_H |