diff options
| author | 2018-08-27 01:03:08 +0200 | |
|---|---|---|
| committer | 2018-08-27 01:03:08 +0200 | |
| commit | 64e9988ba715e6e196b84e4a69c871c761562bbd (patch) | |
| tree | 4159ff6831ac34c01069604bebf6b99aad99954a /validator.h | |
| parent | 45d618b710483ee1ae42cbdfcaa0406f1132f384 (diff) | |
| download | OneRoll-64e9988ba715e6e196b84e4a69c871c761562bbd.tar.gz OneRoll-64e9988ba715e6e196b84e4a69c871c761562bbd.zip | |
-New API for validating validor.
Prevent endless loop in R operator.
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator.h b/validator.h index edb72a3..b3fbbe5 100644 --- a/validator.h +++ b/validator.h @@ -58,7 +58,7 @@ public: * @param faces * @return */ - virtual quint64 getValidRangeSize(quint64 faces) const = 0 ; + virtual bool isValidRangeSize(std::pair<qint64,qint64> range) const = 0 ; /** * @brief getCopy * @return return a copy of this validator |