D7917: [TasksModel] Use std::acumulate on the QHash directly

2017-09-25 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R120:602e93dfdb10: [TasksModel] Use std::acumulate on the QHash directly (authored by broulik). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE

D7917: [TasksModel] Use std::acumulate on the QHash directly

2017-09-25 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D7917 To: broulik, #plasma, hein, davidedmundson Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D7917: [TasksModel] Use std::acumulate on the QHash directly

2017-09-21 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, hein. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY `begin()` and `end()` operate on the hash values. This avoids creating a temporary list just for