aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-05-10 10:23:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-05-11 07:18:55 +0000
commitbba59e282eaf570fb2e4aa65da52048836dd18b9 (patch)
treea824de95b55745a0666da568decc8db7f8f3e84e
parentea898f614dcded4012d45a254b044dc7b37c40c0 (diff)
(manual) includemocs
- moc_qqmlcomponentattached_p.cpp → qqmlcomponent.cpp Fixes: QTBUG-102948 Change-Id: I54c2932416d3f3699772b85ba96134b0ef1b6a9e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit 79daf29782b1f9596508de201a677214a31200a5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/qml/qqmlcomponent.cpp1
-rw-r--r--src/qml/qml/qqmlcomponentattached_p.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 4618591e4c..abf8e06e16 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -1775,3 +1775,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 0ea2b956f1..9859dd5d90 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