From 138889eab042fda149e13ed1d2c86d543da003d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20De=20Canni=C3=A8re?= Date: Fri, 9 May 2025 12:38:12 +0200 Subject: Qml: Rename Expression to CommaExpression in the AST Expression is confusing. Pick-to: 6.9 6.8 6.5 Change-Id: I365ce06a266e24a506b14734fef8b977d6794a72 Reviewed-by: Fabian Kosmale --- src/qml/compiler/qv4codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/compiler/qv4codegen.cpp') diff --git a/src/qml/compiler/qv4codegen.cpp b/src/qml/compiler/qv4codegen.cpp index 48807ad480..24672c367f 100644 --- a/src/qml/compiler/qv4codegen.cpp +++ b/src/qml/compiler/qv4codegen.cpp @@ -1144,7 +1144,7 @@ bool Codegen::visit(ClassDeclaration *ast) return false; } -bool Codegen::visit(Expression *ast) +bool Codegen::visit(CommaExpression *ast) { if (hasError()) return false; -- cgit v1.2.3