diff options
author | Marc Mutz <marc.mutz@qt.io> | 2021-11-15 21:47:00 +0100 |
---|---|---|
committer | Marc Mutz <marc.mutz@qt.io> | 2021-11-16 11:45:07 +0100 |
commit | 30696bf3f7aca37493cd6fb79c4637425ad7d922 (patch) | |
tree | 35ab22d417f53605b1c134d893291f265aaaa80e /examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml | |
parent | d518dd7d0745f9e5c4e65b3f63e5a2204c7fd816 (diff) | |
download | qtwebengine-30696bf3f7aca37493cd6fb79c4637425ad7d922.tar.gz |
FaviconImageResponseRunnable: fix -Werror=deprecated
C++20 deprecates [=]'s implicit capture of this, but the replacement
[=, this] isn't available in C++17. So, need to bite the bullet and
list every captured variable manually.
Pick-to: 6.2
Change-Id: I47c62f9bf93e5d7b6c64cdbdac73bdcc9ecab8b5
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginequick/customdialogs/forms/JavaScriptForm.ui.qml')
0 files changed, 0 insertions, 0 deletions