Skip to content

Fix running on Windows (QtWinExtras no longer exists)

Jack Hill requested to merge jackh/elisa:bug/fix-windows into master

Reason for the change

The QtWinExtras module no longer exists so the app would not run

Test plan

  • Add 3 tracks to the playlist

  • Start playing the first track

  • Hover over taskbar button

  • Skip backward is disabled, other buttons are enabled

  • Press skip forward

  • Skip backward button becomes enabled, second track starts playing

  • Press skip forward

  • Skip forward button becomes disabled, third track starts playing

  • Press skip backward

  • Skip backward action is correctly triggered

  • Press pause button

  • Track pauses, pause button becomes play button

  • Press play button

  • Track plays, play button becomes pause button

  • Enable "Show progress on Task Manager entries"

  • Play a track and drag the progress bar around

  • Progress on task manager entry moves around correctly

  • Pause the track

  • Task manager entry becomes paused too

Merge request reports