aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-03-25 16:29:07 +0100
committerCristian Adam <cristian.adam@qt.io>2021-03-25 16:16:55 +0000
commit83a8e32b3a8e7e1a444d65ba35e12bbedd3ecc90 (patch)
tree1518775d315f1c066339c2f46fb72729279683ab
parent5faee6221fe03d831b2b0cbbdeb000f153d8737a (diff)
Fix build
Amends bd9a61fa27bad34144a654b8363ae0667ddd98e1 Change-Id: Ib3cb0991419e8d85ee29591771cfb7f126b11076 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
index 962a36e45e..944400f5e6 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtabwidget.h
@@ -23,6 +23,7 @@
**
****************************************************************************/
+#include <QPointer>
#include <QTabWidget>
#include "annotation.h"