Skip to content
Snippets Groups Projects
Commit a84bb145 authored by Gemma Guest's avatar Gemma Guest
Browse files

Fix a bug getting processing options for SANS

- Replace functions that get options as strings with ones that return a dict for pre-processing and processing options (note that, for now, post-processing options are still always used as a string)
- Use a QMap in the C++ code so that SIP conversion works
- Update tests to use the QMap return type
- Convert from the QMap to a std::map where the results are used in the data processor so that subsequent code does not have to change

Re #21218
parent e7edab82
No related branches found
No related tags found
No related merge requests found
Showing
with 68 additions and 164 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment