Page MenuHomePhabricator

Fix FlowBench argument parsing and icon resource access
Closed, ResolvedPublic

Description

  • 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.

Revisions and Commits

rMITK MITK
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision

Related Objects