aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/booleancondition.h
diff options
context:
space:
mode:
Diffstat (limited to 'booleancondition.h')
-rw-r--r--booleancondition.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/booleancondition.h b/booleancondition.h
index fa178b2..86dad72 100644
--- a/booleancondition.h
+++ b/booleancondition.h
@@ -41,6 +41,11 @@ public:
QString toString();
virtual quint64 getValidRangeSize(quint64 faces) const;
+ /**
+ * @brief getCopy
+ * @return
+ */
+ virtual Validator* getCopy() const;
private:
LogicOperator m_operator;