From dcbf26490d485c91c4475de8233b4ab1ffe705ea Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 4 Jun 2021 11:04:40 +0200 Subject: [PATCH] QmlPuppet: Fix build with Qt 6.2 Fixes: QTCREATORBUG-25763 Change-Id: I05f4b44a3793c41fd1c6812f40f6603892cdac50 Reviewed-by: Tim Jenssen Reviewed-by: Miikka Heikkinen --- .../qml2puppet/editor3d/qt5compat/qquick3darealight_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/qt5compat/qquick3darealight_p.h b/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/qt5compat/qquick3darealight_p.h index 8db54879600..472d4477bde 100644 --- a/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/qt5compat/qquick3darealight_p.h +++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/qt5compat/qquick3darealight_p.h @@ -40,7 +40,6 @@ class QQuick3DAreaLight : public QQuick3DAbstractLight Q_PROPERTY(float height READ height WRITE setHeight NOTIFY heightChanged) public: - QQuick3DAreaLight() : QQuick3DAbstractLight() {} ~QQuick3DAreaLight() override {} float width() const;