1From aea806c063df927b4a0ba2032b0298b82fc278aa Mon Sep 17 00:00:00 2001 2From: liyue <liyue@forlinx.com> 3Date: Sat, 4 Jan 2025 15:31:43 +0800 4Subject: [PATCH] #14974: qt5declarative 5 6--- 7 src/qml/qml/qqmltypecompiler.cpp | 1 + 8 1 file changed, 1 insertion(+) 9 10diff --git a/src/qml/qml/qqmltypecompiler.cpp b/src/qml/qml/qqmltypecompiler.cpp 11index f1a6b3b..de366a2 100644 12--- a/src/qml/qml/qqmltypecompiler.cpp 13+++ b/src/qml/qml/qqmltypecompiler.cpp 14@@ -1082,6 +1082,7 @@ QQmlComponentAndAliasResolver::resolveAliasesInObject(int objectIndex, 15 seenUnresolvedAlias = true; 16 17 const int idIndex = alias->idIndex; 18+ printf(" "); 19 const int targetObjectIndex = _idToObjectIndex.value(idIndex, -1); 20 if (targetObjectIndex == -1) { 21 *error = qQmlCompileError( 22-- 232.25.1 24 25