aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-12-16 10:15:55 +0100
committerhjk <hjk@qt.io>2022-12-16 09:58:01 +0000
commit53ce68a6dc6d49877032b40de436c9d1a5446bb8 (patch)
treef0ee6e916d0b32d97a36032326e32c73c2a00002
parent0fc8e31af9e3dcf47bbe4520a980e4fc3cfd4438 (diff)
Compile fix after 8446655f24c in Qt base7.0
Change-Id: Id07e644477a09dde21377ac3503a35b989375a6e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/libs/qmleditorwidgets/easingpane/easinggraph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/qmleditorwidgets/easingpane/easinggraph.h b/src/libs/qmleditorwidgets/easingpane/easinggraph.h
index 517ee7dc1e..b5f1d554e8 100644
--- a/src/libs/qmleditorwidgets/easingpane/easinggraph.h
+++ b/src/libs/qmleditorwidgets/easingpane/easinggraph.h
@@ -31,9 +31,6 @@
QT_BEGIN_NAMESPACE
-QT_MODULE(Declarative)
-
-
class EasingGraph: public QWidget
{
Q_OBJECT