Explorar el Código

ctkWorkflowTransition - Use Q_ENUMS to expose InterstepTransitionType to python

Jean-Christophe Fillion-Robin hace 14 años
padre
commit
a35120c5f9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 {
   Q_OBJECT
+  Q_ENUMS(InterstepTransitionType)
 
 public: