diff options
| author | 2019-07-28 02:38:00 +0200 | |
|---|---|---|
| committer | 2019-07-28 02:38:00 +0200 | |
| commit | 58893c479bfdf2ea7631bff12710a436c3bcfa51 (patch) | |
| tree | 0a4c5319c251acf3142664a5b3140dc191d6f2c5 /operationcondition.h | |
| parent | a31826330e85c4c3694e85319da863b6d1784257 (diff) | |
| download | OneRoll-58893c479bfdf2ea7631bff12710a436c3bcfa51.tar.gz OneRoll-58893c479bfdf2ea7631bff12710a436c3bcfa51.zip | |
set of possibility
Diffstat (limited to 'operationcondition.h')
| -rw-r--r-- | operationcondition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/operationcondition.h b/operationcondition.h index b324f6b..423148d 100644 --- a/operationcondition.h +++ b/operationcondition.h @@ -49,6 +49,7 @@ public: void setBoolean(BooleanCondition* boolean); virtual Validator* getCopy() const; + const std::set<qint64>& getPossibleValues(const std::pair<qint64, qint64>& range) override; private: qint64 valueToScalar() const; |