Skip to content
Snippets Groups Projects
  • Gemma Guest's avatar
    2daefbfe
    Move Qt types out of presenter · 2daefbfe
    Gemma Guest authored
    - Move the QFileDialog implementation into the view so that the
    presenter does not need to know about it. Call the dialog functions via
    the IMessageHandler interface.
    - Move the save/load JSON functions into the view. Call them via a new
    IFileHandler interface. Note that not all Qt types are removed from the
    view's interface yet so a TODO has been added.
    
    Re #27242
    2daefbfe
    History
    Move Qt types out of presenter
    Gemma Guest authored
    - Move the QFileDialog implementation into the view so that the
    presenter does not need to know about it. Call the dialog functions via
    the IMessageHandler interface.
    - Move the save/load JSON functions into the view. Call them via a new
    IFileHandler interface. Note that not all Qt types are removed from the
    view's interface yet so a TODO has been added.
    
    Re #27242
Code owners
Assign users and groups as approvers for specific file changes. Learn more.