From 38235ff6fc6ec6e67bf8ac8cf6f621f7cea4c6e5 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 30 Aug 2022 13:05:26 +0200 Subject: [PATCH] QmlEditorWidgets: Remove use of QT_MODULE Doesn't compile anymore after 8446655f24 in Qt base. Change-Id: I2609bab06fc88a918b9256c676d783ce04ef7b4f Reviewed-by: Eike Ziller Reviewed-by: Sona Kurazyan --- src/libs/qmleditorwidgets/easingpane/easinggraph.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/qmleditorwidgets/easingpane/easinggraph.h b/src/libs/qmleditorwidgets/easingpane/easinggraph.h index 517ee7dc1ea..520238db56f 100644 --- a/src/libs/qmleditorwidgets/easingpane/easinggraph.h +++ b/src/libs/qmleditorwidgets/easingpane/easinggraph.h @@ -31,8 +31,6 @@ QT_BEGIN_NAMESPACE -QT_MODULE(Declarative) - class EasingGraph: public QWidget {