Browse Source

ctkWorkflowTransition - Use Q_ENUMS to expose InterstepTransitionType to python

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
a35120c5f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Libs/Core/ctkWorkflowTransitions.h

+ 1 - 0
Libs/Core/ctkWorkflowTransitions.h

@@ -128,6 +128,7 @@ struct CTK_CORE_EXPORT ctkWorkflowInterstepTransitionEvent : public QEvent
 class CTK_CORE_EXPORT ctkWorkflowInterstepTransition : public QAbstractTransition
 class CTK_CORE_EXPORT ctkWorkflowInterstepTransition : public QAbstractTransition
 {
 {
   Q_OBJECT
   Q_OBJECT
+  Q_ENUMS(InterstepTransitionType)
 
 
 public:
 public: