diff options
| author | 2015-03-06 00:27:37 +0100 | |
|---|---|---|
| committer | 2015-03-06 00:27:37 +0100 | |
| commit | 24d48effb863e458c00dcb1bea1ad5aa82309599 (patch) | |
| tree | 0fdf055720469553c37329bb4cf2042d597aae1e /parsingtoolbox.h | |
| parent | 3bae1f62ba10e60a8156523a5b0502cc1efafd6d (diff) | |
| download | OneRoll-24d48effb863e458c00dcb1bea1ad5aa82309599.tar.gz OneRoll-24d48effb863e458c00dcb1bea1ad5aa82309599.zip | |
-Add new node to roll die as value of list.
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 6090b44..4c5ce8d 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -79,6 +79,14 @@ public: */ bool readCloseParentheses(QString& str); + /** + * @brief readList + * @param str + * @param list + * @return + */ + bool readList(QString& str,QStringList& list); + private: QMap<QString,BooleanCondition::LogicOperator>* m_logicOp; }; |