diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 6cc6d47..3fc2cb7 100644 --- a/diceparser.h +++ b/diceparser.h @@ -196,6 +196,14 @@ public: * @return */ QStringList getAllStringResult(bool& hasAlias); + /** + * @brief getAllDiceResult + * @param hasAlias + * @return + */ + QStringList getAllDiceResult(bool& hasAlias); + + bool hasSeparator()const; private: /** @@ -301,6 +309,7 @@ private: QString m_command; ParsingToolBox* m_parsingToolbox; QString m_helpPath; + bool m_currentTreeHasSeparator; }; #endif // DICEPARSER_H |