https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #20 from Maik Qualmann <metzping...@gmail.com> ---
On Qt-5.x.x this was possible:

QMutexLocker locker;

now with C++17:

QMutexLocker<QMutex> locker;

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to