summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusmetatype.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2011-02-16 10:06:08 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2011-02-16 10:32:06 (GMT)
commitdf129c2449181869f0b95ae92d174b9eca52b2f7 (patch)
treef8546da86329e16619d6da735cf8fcb2cc47d388 /src/dbus/qdbusmetatype.h
parent89b754d30eaa5c9c57fb50bc563a3c60cc314c4e (diff)
downloadQt-df129c2449181869f0b95ae92d174b9eca52b2f7.zip
Qt-df129c2449181869f0b95ae92d174b9eca52b2f7.tar.gz
Qt-df129c2449181869f0b95ae92d174b9eca52b2f7.tar.bz2
Add a mutex to protect the access to the QSet.
In theory, there should be no problems with doing this unlocked, as the test should only run one thread at a time in this particular code section. In practice, if the test is failing, multiple threads would be modifying the QSet. So the mutex is necessary to detect the test failing. Reviewed-By: Morten Sørvig
Diffstat (limited to 'src/dbus/qdbusmetatype.h')
0 files changed, 0 insertions, 0 deletions