Skip to content

(Qml): SIOSelector crashes when using QML

Ekaterina OLIVIER requested to merge fix/273-sioselector-crash-when-using-qml into dev

What does this MR do?

It corrects the crash by changing the accessType of the registered object from Input to Inout when we are in writer_mode.

How to test it?

  • Create a SIOSelector service in a Qml Application
  • In the configuration, change it to writer mode
  • try to save an image that we added in the application

Data

We need a .vtk image to be able to add it in the application and then try to save it.

Associated Issues/Merge Requests

Edited by Ekaterina OLIVIER

Merge request reports