diff options
| author | 2016-11-01 12:10:54 +0100 | |
|---|---|---|
| committer | 2016-11-01 12:10:54 +0100 | |
| commit | d5876d9b88c2f695592338335308a32e584d86a4 (patch) | |
| tree | bb0c3f757512fb913812902143b73b7380451502 /parsingtoolbox.h | |
| parent | d29b6d34b713d9241eb96cb99802ca8bc24cc3bd (diff) | |
| download | OneRoll-d5876d9b88c2f695592338335308a32e584d86a4.tar.gz OneRoll-d5876d9b88c2f695592338335308a32e584d86a4.zip | |
-add management of string node to display text in some condition.
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index e5f7fa8..7c5bc53 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -96,6 +96,13 @@ public: static bool readNumber(QString& str, qint64& myNumber); /** + * @brief readString + * @param str + * @param strResult + * @return + */ + static bool readString(QString& str, QString& strresult); + /** * @brief readVariable * @param str * @param myNumber |