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/qgraphicssceneindex.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widgets/graphicsview/qgraphicssceneindex.cpp') diff --git a/src/widgets/graphicsview/qgraphicssceneindex.cpp b/src/widgets/graphicsview/qgraphicssceneindex.cpp index a956a492ac..c2e9cb4729 100644 --- a/src/widgets/graphicsview/qgraphicssceneindex.cpp +++ b/src/widgets/graphicsview/qgraphicssceneindex.cpp @@ -61,8 +61,6 @@ #include "qgraphicssceneindex_p.h" #include "qgraphicsscenebsptreeindex_p.h" -#ifndef QT_NO_GRAPHICSVIEW - QT_BEGIN_NAMESPACE namespace QtPrivate { // just to keep indentation of the following functions at the same level @@ -627,5 +625,3 @@ void QGraphicsSceneIndex::prepareBoundingRectChange(const QGraphicsItem *item) QT_END_NAMESPACE #include "moc_qgraphicssceneindex_p.cpp" - -#endif // QT_NO_GRAPHICSVIEW -- cgit v1.2.3