summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsproxywidget.cpp
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-09-03 18:44:21 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-09-19 10:57:08 +0000
commit9833e682174c968efb62e6cd473787e3b0b8fb05 (patch)
tree4604429ee5b99ff770edfabaf694e51e19622e08 /src/widgets/graphicsview/qgraphicsproxywidget.cpp
parent14e20bb4748b4b11763e4a44d19ebf84b05348bc (diff)
Convert features.textedit to QT_[REQUIRE_]CONFIG
Change-Id: I0fb0e658796484f374586d8d1f0f1b9167ab30d2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicsproxywidget.cpp')
-rw-r--r--src/widgets/graphicsview/qgraphicsproxywidget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/qgraphicsproxywidget.cpp b/src/widgets/graphicsview/qgraphicsproxywidget.cpp
index a322d86678..94ce102a68 100644
--- a/src/widgets/graphicsview/qgraphicsproxywidget.cpp
+++ b/src/widgets/graphicsview/qgraphicsproxywidget.cpp
@@ -56,7 +56,9 @@
#if QT_CONFIG(lineedit)
#include <QtWidgets/qlineedit.h>
#endif
+#if QT_CONFIG(textedit)
#include <QtWidgets/qtextedit.h>
+#endif
QT_BEGIN_NAMESPACE