From 5938230cc183b562ab076dd46dabcaf325a21157 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 22 Apr 2015 10:57:20 +0200 Subject: add bool value to know if the validator should remove the highlight of some dice --- validator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validator.h') diff --git a/validator.h b/validator.h index c9bb78e..d18a691 100644 --- a/validator.h +++ b/validator.h @@ -30,7 +30,7 @@ class Validator { public: Validator(); - virtual qint64 hasValid(Die* b,bool recursive) const = 0 ; + virtual qint64 hasValid(Die* b,bool recursive,bool unlight = false) const = 0 ; virtual QString toString()=0; virtual quint8 getValidRangeSize(quint64 faces) const = 0 ; -- cgit v1.2.3-70-g09d2