Skip to content
  • Abdel-Rahman Abdel-Rahman's avatar
    PlayerManager: Unify volume slots · 50559afa
    Abdel-Rahman Abdel-Rahman authored
    slotVolumeChanged and setVolume should have the same effect but are
    effectively different. One propagates the signal, and one sets the
    actual volume. Both are used separately and thus the volume value
    doesn't become synchronized throughout the application. This commit
    unifies both functions into a single slot.
    
    BUG: 405973
    50559afa