diff options
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 5a87573..8328dc8 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -125,6 +125,14 @@ public: static bool readCloseParentheses(QString& str); /** + * @brief readNumber read number in the given str and remove from the string the read character. + * @param str the command line + * @param myNumber reference to the found number + * @return true, succeed to read number, false otherwise. + */ + static bool readDynamicVariable(QString& str, qint64& index); + + /** * @brief readList * @param str * @param list |