Skip to content

#493724: TaskManager::TasksModel: use QDateTime instead of QTime for lastActivated

Anton Kharuzhy requested to merge antroids/plasma-workspace:master into master

Reason for the change

Fixes Bug 493724

TaskManager model can have rows sorted in wrong order if some tasks were activated yesterday and sort mode is SortLastActivated.

Test plan

STEPS TO REPRODUCE

  1. Install "Application Title Bar" widget to a panel.
  2. Switch "Active task source" option to "Last active task".
  3. Open first task.
  4. Wait until the next day or change date manually.
  5. Open second task.

OBSERVED RESULT Controls are showed for the first task.

EXPECTED RESULT Controls are showed for the second task.

Screenshots or screen recordings

Bugs fixed

BUG: 493724

Merge request reports

Loading