Revision 1214926

Go back to digest for 23rd January 2011

Bug Fixes in KDE Base

Aaron J. Seigo committed changes in /trunk/KDE/kdelibs/plasma/querymatch.cpp:

QString is not thread-safe; since the matches get shuttled around between threads, we need to protect access to it.
as writing is rare, this should hopefully not degrade performance too much. if it passes testing, then i will backport this.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/plasma/querymatch.cpp
1 files changed in total