qt5base-lts/tests/auto
Marc Mutz a17d6f869b tst_QFocusFrame: fix -Wparantheses
Says Clang 10:

tst_qfocusframe.cpp:73:28: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    QTRY_VERIFY(focusFrame = window.findChild<QFocusFrame *>());
                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[...]
tst_qfocusframe.cpp:73:28: note: place parentheses around the assignment to silence this warning
    QTRY_VERIFY(focusFrame = window.findChild<QFocusFrame *>());
                           ^
                (
tst_qfocusframe.cpp:73:28: note: use '==' to turn this assignment into an equality comparison
    QTRY_VERIFY(focusFrame = window.findChild<QFocusFrame *>());
                           ^
                           ==

Amends f1812aad89.

Pick-to: 6.4 6.3 6.2 5.15
Change-Id: I3920ab0da725b76fb6c19bbc7cde7920f351af4a
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2022-08-04 23:33:36 +02:00
..
bic/data Add BiC data for the new way to do BiC testing 2022-05-12 13:33:41 +03:00
cmake Add license headers to cmake files 2022-08-03 17:14:55 +02:00
concurrent Add license headers to cmake files 2022-08-03 17:14:55 +02:00
corelib Add Latin 1 case-insensitive Boyer-Moore searcher 2022-08-04 23:12:39 +02:00
dbus Add license headers to cmake files 2022-08-03 17:14:55 +02:00
gui Add license headers to cmake files 2022-08-03 17:14:55 +02:00
guiapplauncher Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
network Add license headers to cmake files 2022-08-03 17:14:55 +02:00
opengl Remove the qmake project files 2021-01-07 15:32:28 +01:00
other QtBase: Windows: Replace some deprecated API usages 2022-08-03 23:24:21 +08:00
printsupport Add license headers to cmake files 2022-08-03 17:14:55 +02:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sql Add license headers to cmake files 2022-08-03 17:14:55 +02:00
testlib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tools moc: handle attributes in class declarations 2022-08-03 20:14:42 +02:00
wasm Add license headers to cmake files 2022-08-03 17:14:55 +02:00
widgets tst_QFocusFrame: fix -Wparantheses 2022-08-04 23:33:36 +02:00
xml QDomDocument: Add a way to enable spacing-only text nodes 2022-08-04 22:17:05 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
network-settings.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00