Skip to content
  • Friedemann Kleint's avatar
    KitChooser: Introduce virtual methods for Debugger. · c3f50e31
    Friedemann Kleint authored
    
    
    Introduce virtual methods such that it is possible to
    write derived classes for specific KitInformation classes,
    allowing for filtering and setting text and tooltip.
    
    Remove debugging-specific code of KitChooser from
    the ProjectExplorer.
    
    Move populate() away from the constructor as not to call
    virtuals from it.
    
    Implement DebuggerKitChooser. It should no longer be
    possible to to choose an invalid kit for debugging
    from the debugger starter dialogs.
    
    Add a protected constructor to DeviceProcessesDialog
    allowing to pass a KitChooser.
    
    Change-Id: I8c683a2da7d69bfbccdc08213cb47d69a0df8b3e
    Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
    c3f50e31