diff options
| author | 2019-07-10 11:50:52 +0200 | |
|---|---|---|
| committer | 2019-07-12 22:06:40 +0200 | |
| commit | 3003420a1efae5bb8f7baca7062c509a633fd977 (patch) | |
| tree | 8dafd872791c4b3999955ba5a82616c5d2b1af93 /parsingtoolbox.h | |
| parent | 9698a39a46f736cf37e31f8940e7c1a0a164185b (diff) | |
| download | OneRoll-3003420a1efae5bb8f7baca7062c509a633fd977.tar.gz OneRoll-3003420a1efae5bb8f7baca7062c509a633fd977.zip | |
Fix read validator
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 7bb6059..b91db1a 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -111,7 +111,7 @@ public: * @param str * @return */ - Validator* readValidator(QString& str); + Validator* readValidator(QString& str, bool hasSquare=false); /** * @brief readCompositeValidator * @param str |