cim-unito / MITK

MITK - unofficial, customized version
http://www.mitk.org/wiki
1 stars 0 forks source link

Use of the True atomic predicate in QmitkDataStorageTreeModel #5

Closed espakm closed 12 years ago

espakm commented 12 years ago

Instead of this ugly trick mitk::NodePredicateOr::New(dataIsNull, dataIsNotNull) in QmitkDataStorageTreeModel.cpp, the True atomic predicate should be used.