aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/booleancondition.h
diff options
context:
space:
mode:
Diffstat (limited to 'booleancondition.h')
-rw-r--r--booleancondition.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h
index 8de8854..cb37b9e 100644
--- a/booleancondition.h
+++ b/booleancondition.h
@@ -24,7 +24,10 @@
#include <Qt>
#include "validator.h"
-
+/**
+ * @brief The BooleanCondition class is a Validator class checking validity from logic expression.
+ * It manages many operators (see : @ref LogicOperator).
+ */
class BooleanCondition : public Validator
{
public: