diff options
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/validator.h b/validator.h index 6a404da..edb72a3 100644 --- a/validator.h +++ b/validator.h @@ -59,6 +59,11 @@ public: * @return */ virtual quint64 getValidRangeSize(quint64 faces) const = 0 ; + /** + * @brief getCopy + * @return return a copy of this validator + */ + virtual Validator* getCopy() const = 0; }; #endif // VALIDATOR_H |