summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-09-20 09:32:25 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-09-27 07:04:42 +0000
commite24c387413b9707622060f381b2a007aa5c814a0 (patch)
tree40f6459f1ed345791672d11b904d258c429cc3a4 /examples/embedded/raycasting/raycasting.cpp
parentefb9f2e1e46f6b90a32dbfe009a1dba21f411edc (diff)
Short live QtPrivate::{condition_variable,mutex}!
This is a temporary measure to work around an implementation bug on Integrity: For all other platforms, QtPrivate::condition_variable is just std::condition_variable. On Integrity, it's a class that wraps QWaitCondition to provide the interface of std::condition_variable. This allows the use of std::condition_variable across Qt without running into the Integrity issue. Once we can depend on an more modern Integrity toolchain, removing QtPrivate::condition_variable is a simple mechanical change: s/QtPrivate::condition_variable/std::condition_variable/g; s/QtPrivate::mutex/std::mutex/g; Task-number: QTBUG-78450 Change-Id: I293a99d1cdc48691817b926aa51ecd84556e5e90 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'examples/embedded/raycasting/raycasting.cpp')
0 files changed, 0 insertions, 0 deletions