Skip to content
  • Fabian Vogt's avatar
    Handle process parent changes in ProcessDataModel · a0d70929
    Fabian Vogt authored
    When the PPID of a process changes, it moves around in the model, changing the
    layout. This needs to be announced properly, otherwise users of the model get
    confused, leading to weird behaviour and crashes.
    
    The added code is pretty much a direct copy from ProcessModel.
    
    BUG: 446534
    a0d70929