diff options
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/booleancondition.h b/booleancondition.h index 5b4f4b7..c542a0c 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -65,4 +65,5 @@ private: ExecutionNode* m_value= nullptr; }; +Q_DECLARE_METATYPE(BooleanCondition::LogicOperator) #endif // BOOLEANCONDITION_H |