qtdeclarative/tests/auto
Ulf Hermann 46cc70e2aa QmlCompiler: Relax shadowing check
If we detect a property or method as potentially shadowed, we don't have
to abandon all hope. We can still retrieve it as untyped var. Since
there are a number of things we can do with untyped var, this may still
be useful.

In the same sense, we need to treat function calls as untyped when the
function in question can be shadowed. Calling functions with var
arguments and return types leads to some more interesting situations in
the call frame setup, so we fix that, too.

Task-number: QTBUG-112480
Change-Id: I238d1cf04951f390c73e14ed9e299f2aa72b68cb
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2023-05-02 19:29:25 +02:00
..
bic
cmake qt_add_qml_module: Error out if singleton is marked as internal 2023-03-02 19:31:13 +00:00
core QQmlStandardPath: always use QUrl::fromLocalFile 2023-04-03 09:31:10 +02:00
guiapplauncher Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
particles
qml QmlCompiler: Relax shadowing check 2023-05-02 19:29:25 +02:00
qmldom Qml: Add script element for return statements 2023-05-02 09:08:30 +02:00
qmlls tst_qmlls: Fix CMakeLists.txt 2023-04-26 01:19:54 +02:00
qmltest Make test TextInput::test_txtentry() more stable 2023-03-10 09:52:57 +01:00
qmltest-blacklist
quick QQuickFlickable: avoid processing the same event twice 2023-05-02 12:12:35 +02:00
quickcontrols RangeSlider: Don't update position only if mouse/touch is grabbed 2023-05-02 10:12:35 +00:00
quickdialogs Fix various compiler warnings in tests 2023-04-24 13:15:48 +02:00
quicktest
quickwidgets QQuickWidget: don't crash in accessibility when reparenting 2023-04-18 01:23:15 +02:00
toolsupport
CMakeLists.txt