aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-10-11 07:19:55 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-10-11 05:31:02 +0000
commit41f8186d68af1ee84a937bd6cda6a7c0a52f8a36 (patch)
tree004b4373173fdc8c1b7eb13f10cf676835ad915b /src/plugins/qmldesigner/components/timelineeditor
parentfacebc61848df725623e9e9a3141141b735fcafa (diff)
QmlDesigner: Fix missing include
Amends ed97d73da80b2664db18dc994018275354a0ee54. Change-Id: Ie2168164bacb326513b5481760f5c23db4c27c40 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/timelineeditor')
-rw-r--r--src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp b/src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp
index 733834858e..cabd19d9ff 100644
--- a/src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp
+++ b/src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp
@@ -44,6 +44,7 @@
#include <utils/qtcassert.h>
#include <QAction>
+#include <QApplication>
#include <QColorDialog>
#include <QComboBox>
#include <QGraphicsProxyWidget>