summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-03-21 17:07:22 +0100
committerYoann Lopes <yoann.lopes@qt.io>2017-03-22 11:01:26 +0000
commit7d51214b609df7e5ec79b56f0c629e084cb886bc (patch)
tree9e8dae6b59e6d383a570a58b668b65fb5db991aa /examples
parent91c405b5d41232f30fdc3dfd432b057849a26734 (diff)
Use qFuzzyCompare() instead of equality on floating-point values
QCamera::FrameRateRange is a struct with two qreal members; its operator== was comparing the members; which triggered a -Wfloat-compare that's an error in developer builds. This is what qFuzzyCompare() takes care of, so use it. Change-Id: Id45a2a7e9b6ccbf575bdedb5b90889859899bf38 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions