aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljscompiler.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2025-04-10 13:39:49 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2025-04-10 20:31:23 +0200
commit6bcbc1bccf5a226aee336c5af4cf86bc668e2a61 (patch)
tree342187d5450b4b5a7a7598bdd7b5744bbd6cdd9e /src/qmlcompiler/qqmljscompiler.cpp
parente9e31cca71a578f9497cc8ef489474b90f7d8cf9 (diff)
QQmlPropertyPrivate::write: Move list handling in helper function
The main method is rather unwieldy, so dispatch the code to handle list properties to a helper function. We also return now early; this does not make any difference, because write will just unconditionally return true after the if-else cascade. Returning the return value of writeProperty is also not a change, as it unconditionally returns true, too. Change-Id: Ib2c47052f75dc4098900107c67448d05ca8f48e5 Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlcompiler/qqmljscompiler.cpp')
0 files changed, 0 insertions, 0 deletions