From a7106b2b8a73e190caf01ab0e0c15887113a20d5 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 10 May 2022 10:23:01 +0200 Subject: (manual) includemocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - moc_qqmlcomponentattached_p.cpp → qqmlcomponent.cpp Fixes: QTBUG-102948 Change-Id: I54c2932416d3f3699772b85ba96134b0ef1b6a9e Reviewed-by: Ulf Hermann Reviewed-by: Qt CI Bot (cherry picked from commit 79daf29782b1f9596508de201a677214a31200a5) Reviewed-by: Qt Cherry-pick Bot --- src/qml/qml/qqmlcomponent.cpp | 1 + src/qml/qml/qqmlcomponentattached_p.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp index f936225066..80f57b8c4d 100644 --- a/src/qml/qml/qqmlcomponent.cpp +++ b/src/qml/qml/qqmlcomponent.cpp @@ -1879,3 +1879,4 @@ void QV4::QmlIncubatorObject::statusChanged(QQmlIncubator::Status s) QT_END_NAMESPACE #include "moc_qqmlcomponent.cpp" +#include "moc_qqmlcomponentattached_p.cpp" diff --git a/src/qml/qml/qqmlcomponentattached_p.h b/src/qml/qml/qqmlcomponentattached_p.h index b94d474d1f..2e63289c2d 100644 --- a/src/qml/qml/qqmlcomponentattached_p.h +++ b/src/qml/qml/qqmlcomponentattached_p.h @@ -58,6 +58,7 @@ QT_BEGIN_NAMESPACE +// implemented in qqmlcomponent.cpp class Q_QML_PRIVATE_EXPORT QQmlComponentAttached : public QObject { Q_OBJECT -- cgit v1.2.3