From e6fad35155a25a932386ad6f8421efd74404ac7f Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sun, 23 Jul 2017 11:31:32 +0200 Subject: Convert features.graphicsview to QT_[REQUIRE_]CONFIG Change-Id: I1083097802772624e5d414678b4612308683a56f Reviewed-by: Oswald Buddenhagen --- src/widgets/graphicsview/qgraphicstransform.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/widgets/graphicsview/qgraphicstransform.h') diff --git a/src/widgets/graphicsview/qgraphicstransform.h b/src/widgets/graphicsview/qgraphicstransform.h index 6a76926725..ceeb314c86 100644 --- a/src/widgets/graphicsview/qgraphicstransform.h +++ b/src/widgets/graphicsview/qgraphicstransform.h @@ -46,9 +46,9 @@ #include #include -#ifndef QT_NO_GRAPHICSVIEW -QT_BEGIN_NAMESPACE +QT_REQUIRE_CONFIG(graphicsview); +QT_BEGIN_NAMESPACE class QGraphicsItem; class QGraphicsTransformPrivate; @@ -149,6 +149,4 @@ private: QT_END_NAMESPACE -#endif //QT_NO_GRAPHICSVIEW - #endif // QFXTRANSFORM_H -- cgit v1.2.3