https://bugs.kde.org/show_bug.cgi?id=416704
--- Comment #19 from Maik Qualmann <metzping...@gmail.com> --- QMutexLocker need a template, for example this is valid: QMutexLocker locker(&mutex); otherwise: QMutexLocker<QMutex> locker; Maik -- You are receiving this mail because: You are watching all bug changes.