-----------------------------------------------------------------------------
| 221 | |
| 222 | //----------------------------------------------------------------------------- |
| 223 | void ctkWorkflowWidgetStep::invokeCreateUserInterfaceCommand()const |
| 224 | { |
| 225 | Q_D(const ctkWorkflowWidgetStep); |
| 226 | d->invokeCreateUserInterfaceCommandInternal(); |
| 227 | } |
| 228 | |
| 229 | //----------------------------------------------------------------------------- |
| 230 | void ctkWorkflowWidgetStep::createUserInterfaceComplete()const |
no test coverage detected