aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-13 16:01:59 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-16 10:56:08 +0000
commit3fa8540800c43ccc4e4c1f8f323fb5ade34044db (patch)
tree9cf577444246737fa28f7e5eac8bb782b5f6e16e /src/qml/qml/qqmlvaluetypewrapper_p.h
parentb91569219b901480eb09d648357485e3d9dbf3d1 (diff)
Changed QML type locking
Replace the use of QReadWriteLock with a plain QMutex. At this point QReadWriteLock adds a lot of overhead due to its internal QHash and otherwise offers little over a recursive mutex, especially given that there is most of the time only one reading thread and one writing thread. Change-Id: I0a91e4a64cff5d25e4a133ed46b08912e81bb055 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlvaluetypewrapper_p.h')
0 files changed, 0 insertions, 0 deletions