The noop check m_sortRole == role has to be removed because the hash table m_roleIds can change between two calls to setSortRole (as it actually happens when resync the hash table). Possibly one could perform a more clever check (i.e. adding some m_invalidated flag which would override the check), but I am not sure it is really worth it. This fixes sorting issues in the Plasma Device Notifier CCMAIL:notmart@gmail.com
Description
No description provided
Languages
C++
63.9%
QML
29.4%
CMake
3.3%
Shell
1.3%
Python
1%
Other
1%