Skip to content
  • Kai Uwe Broulik's avatar
    Forward role() into PulseObjectFilterModel · 94bf9987
    Kai Uwe Broulik authored
    The stream list was changed into a `PulseObjectFilterModel` to filter out
    virtual streams but there are some places that relied on the `role()` method
    on the original model.
    
    Just add a `role()` function calling into the source model.
    This fixes the menu on Applications tab not working.
    
    Ideally, we'd just use the enums on the respective model but with the
    dynamic way plasma-pa creates those roles, that's difficult.
    
    
    (cherry picked from commit c6c72109)
    94bf9987