qtdeclarative/tests/auto/qml/qqmlconsole
Ivan Tkachenko 7136df0f8e QQmlLoggingCategory: Avoid unnecessary warnings from setters
Assigning same value should be a no-op, especially because such
assignments may happen without explicit user/developer intent.

For example, it can be triggered with QQmlEngine::retranslate() call on
5.15 and early 6.x branches. Since the recent optimizations to
retranslate() which now only forces to re-evaluate what's really
dependent on qsTr, it became harder, but still possible to pull it off.

Fixes: QTBUG-97717
Pick-to: 5.15 6.2
Change-Id: I60ca8e36ed98a15ea5f3c15290865cec27084fbc
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2021-11-02 21:37:03 +03:00
..
data QQmlLoggingCategory: Avoid unnecessary warnings from setters 2021-11-02 21:37:03 +03:00
CMakeLists.txt Consolidate test helpers into private libraries 2021-09-13 21:17:04 +02:00
tst_qqmlconsole.cpp QQmlLoggingCategory: Avoid unnecessary warnings from setters 2021-11-02 21:37:03 +03:00