summaryrefslogtreecommitdiffstats
path: root/.reviewboardrc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2011-12-07 04:11:12 +0200
committerLaszlo Papp <ext-laszlo.papp@nokia.com>2011-12-07 04:11:12 +0200
commit8772ec52ba69b6c0816d84a550ef279a72e365c7 (patch)
tree76c6e2b75ae626ea3b603bf68bd78b9c9ffd1d36 /.reviewboardrc
parentb12850bf50f31e0cf0257f6ccee84ea258756ddc (diff)
Do not use QMutexLocker, just a private class member QMutex for locking
We need to construct a mutex anyway since the QMutexLocker does not have a constructor which would do that automatically for us. Also, it is better to unlock immediately after the mpg123_init call in order to lock as less code as needed. This way, the construction and deconstruction of a mutex and locker does not take effect on the private class' constructor and destructor's speed.
Diffstat (limited to '.reviewboardrc')
0 files changed, 0 insertions, 0 deletions