From aea806c063df927b4a0ba2032b0298b82fc278aa Mon Sep 17 00:00:00 2001 From: liyue Date: Sat, 4 Jan 2025 15:31:43 +0800 Subject: [PATCH] #14974: qt5declarative --- src/qml/qml/qqmltypecompiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/qml/qqmltypecompiler.cpp b/src/qml/qml/qqmltypecompiler.cpp index f1a6b3b..de366a2 100644 --- a/src/qml/qml/qqmltypecompiler.cpp +++ b/src/qml/qml/qqmltypecompiler.cpp @@ -1082,6 +1082,7 @@ QQmlComponentAndAliasResolver::resolveAliasesInObject(int objectIndex, seenUnresolvedAlias = true; const int idIndex = alias->idIndex; + printf(" "); const int targetObjectIndex = _idToObjectIndex.value(idIndex, -1); if (targetObjectIndex == -1) { *error = qQmlCompileError( -- 2.25.1