ソースを参照

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: