diff options
| author | 2019-07-10 11:50:52 +0200 | |
|---|---|---|
| committer | 2019-07-10 11:50:52 +0200 | |
| commit | 133e95bdac75e5793851fd4054689c339794eae3 (patch) | |
| tree | 0510d4f48cd39c8c57e7fa7b0d27e9875f91b974 /parsingtoolbox.h | |
| parent | 9317fc5571784bafdd6d5de88f2e86e55b646648 (diff) | |
| download | OneRoll-133e95bdac75e5793851fd4054689c339794eae3.tar.gz OneRoll-133e95bdac75e5793851fd4054689c339794eae3.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 |