From bdea56794fdb43e6eab3daf32012b8e04345a0b7 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 27 Sep 2019 11:17:22 +0200 Subject: [PATCH] Fix build (Q_DECLARE_TR_FUNCTIONS) Change-Id: Ifb2fe780ceaf3accef7ef0e46cf139d38115940e Reviewed-by: hjk --- .../qmldesigner/components/timelineeditor/timelinemovetool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelinemovetool.h b/src/plugins/qmldesigner/components/timelineeditor/timelinemovetool.h index b1c12909884..20b9537af9a 100644 --- a/src/plugins/qmldesigner/components/timelineeditor/timelinemovetool.h +++ b/src/plugins/qmldesigner/components/timelineeditor/timelinemovetool.h @@ -27,6 +27,7 @@ #include "timelineabstracttool.h" +#include #include QT_FORWARD_DECLARE_CLASS(QGraphicsRectItem)