From 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 4 Jan 2014 16:24:54 +0100 Subject: -Adding range, booleancondition and countexecutenode. --- validator.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 validator.h (limited to 'validator.h') diff --git a/validator.h b/validator.h new file mode 100644 index 0000000..1bdb977 --- /dev/null +++ b/validator.h @@ -0,0 +1,13 @@ +#ifndef VALIDATOR_H +#define VALIDATOR_H + +#include + +class Validator +{ +public: + Validator(); + virtual bool isValid(qint64 b) const = 0 ; +}; + +#endif // VALIDATOR_H -- cgit v1.2.3-70-g09d2