diff options
author | Ulf Hermann <[email protected]> | 2025-02-11 09:20:51 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2025-02-18 23:43:54 +0100 |
commit | d3de2ee6115da92c6e44e5ba5425a98746f0d63a (patch) | |
tree | 241a0e64253893d98b83e34c86652c083e140c08 /src/qml/jsruntime/qv4variantassociationobject.cpp | |
parent | d41d254e3f3d5e1aa13b9fdc80630ac65e37d3d3 (diff) |
QtQml: Remove unused moc include
There is no moc'able in there.
Amends commit cca0b460f882aa3fce2e8aa7594bee974d9ed74d
Pick-to: 6.9
Change-Id: Ia71851bde01dcd6ee3b0fcf942ce6d08984b4ae3
Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4variantassociationobject.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4variantassociationobject.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4variantassociationobject.cpp b/src/qml/jsruntime/qv4variantassociationobject.cpp index 38af200572..060a108530 100644 --- a/src/qml/jsruntime/qv4variantassociationobject.cpp +++ b/src/qml/jsruntime/qv4variantassociationobject.cpp @@ -392,5 +392,3 @@ namespace QV4 { } // namespace QV4 QT_END_NAMESPACE - -#include "moc_qv4variantassociationobject_p.cpp" |