Skip to content

Add explicit declare{In,Out}put for vector of handles

Gerhard Raven requested to merge add-missing-declare-of-vector-of-handles into future

In case of individual handles, the call to declareProperty implicitly calls declareInput or declareOutput. But given that there is no declareProperty for a vector of handles, one must invoke declareInput or declareOutput explicitly for all handles contained in the vector....

Merge request reports