aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoroverlay.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2020-03-18 18:51:42 +0100
committerTim Jenssen <tim.jenssen@qt.io>2020-03-18 17:59:56 +0000
commita72acde713e44f398c2119995eae16a71b614d17 (patch)
tree968dcb4fc12685f3527653650c523c5b0c206dd9 /src/plugins/texteditor/texteditoroverlay.h
parent3e86ed81d9ab4be08abae231d2ba16489a335310 (diff)
fix QPainterPath against Qt 5.15.0
Change-Id: I08aaf6886b04407f1e52ca4f56607c81fccec85c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditoroverlay.h')
-rw-r--r--src/plugins/texteditor/texteditoroverlay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditoroverlay.h b/src/plugins/texteditor/texteditoroverlay.h
index 42a0ef33da..374bc0ea1e 100644
--- a/src/plugins/texteditor/texteditoroverlay.h
+++ b/src/plugins/texteditor/texteditoroverlay.h
@@ -32,6 +32,7 @@
#include <QColor>
QT_FORWARD_DECLARE_CLASS(QWidget)
+QT_FORWARD_DECLARE_CLASS(QPainterPath)
namespace TextEditor {
class NameMangler;