瀏覽代碼

ctkWorkflowTransition - Use Q_ENUMS to expose InterstepTransitionType to python

Jean-Christophe Fillion-Robin 14 年之前
父節點
當前提交
a35120c5f9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: