| 100 | } |
| 101 | |
| 102 | void InspectorCustomCommandWidget::clearCommandChanged(QString command) |
| 103 | { |
| 104 | this->command->setClearCommand(command); |
| 105 | } |
| 106 | |
| 107 | void InspectorCustomCommandWidget::clearVideolayerCommandChanged(QString command) |
| 108 | { |
nothing calls this directly
no test coverage detected