aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-22 10:57:20 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-22 10:57:20 +0200
commit5938230cc183b562ab076dd46dabcaf325a21157 (patch)
tree38d993a5d75f2403eba0cb29e17d12727e600a43 /range.h
parent186af57e85671f0c9c4b2b1faf0d2065f4b0f222 (diff)
downloadOneRoll-5938230cc183b562ab076dd46dabcaf325a21157.tar.gz
OneRoll-5938230cc183b562ab076dd46dabcaf325a21157.zip
add bool value to know if the validator should remove the highlight of some dice
Diffstat (limited to 'range.h')
-rw-r--r--range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.h b/range.h
index 629d0c3..3573174 100644
--- a/range.h
+++ b/range.h
@@ -31,7 +31,7 @@ public:
Range();
void setValue(qint64,qint64);
- virtual qint64 hasValid(Die* b,bool recursive) const;
+ virtual qint64 hasValid(Die* b,bool recursive,bool unlight = false) const;
virtual QString toString();
virtual quint8 getValidRangeSize(quint64 faces) const;