Page MenuHomePhabricator

Declare Find() method in QmitkDataStorageComboBox as public
Closed, ResolvedPublic

Description

QmitkDataStorageComboBox already contains a method Find() which returns a valid index of a given node. But this useful method can not be used because it is protected.

Event Timeline

[SVN revision 25953]
CHG (#5288): moved Find() method to the public part.