- The FlowBench manually parses --flow.<argument> arguments but they can be read from the application config instead.
- The window advisor tries to filter out --flow.<argument> arguments but since they are registered as arguments in FlowApplication, they are not even included anymore in the arguments list. Also, the detection used the -- prefix which does not work on Windows.
- The FlowBench uses some resources and icons from org.mitk.gui.qt.ext but did not require it in its manifest_headers.cmake file, so the resources and icons cannot be accessed.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK97d21e25491f Fix dependencies to have access to necessary resources and icons | ||
Restricted Differential Revision | rMITK5936329a056b Replace manual argument parsing with app config access | ||
Restricted Differential Revision | rMITKa3f5676ce09e Remove unused code path | ||
Restricted Differential Revision | rMITKc6183651ff3c Fix FlowBench argument parsing and icon resource access |
Related Objects
Related Objects
- Mentioned In
- T29226: 2022 Week 28 (Mid July)