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/qgraphicsitemanimation.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widgets/graphicsview/qgraphicsitemanimation.cpp') diff --git a/src/widgets/graphicsview/qgraphicsitemanimation.cpp b/src/widgets/graphicsview/qgraphicsitemanimation.cpp index c5687ee9b3..572ec141bc 100644 --- a/src/widgets/graphicsview/qgraphicsitemanimation.cpp +++ b/src/widgets/graphicsview/qgraphicsitemanimation.cpp @@ -81,8 +81,6 @@ #include "qgraphicsitemanimation.h" -#ifndef QT_NO_GRAPHICSVIEW - #include "qgraphicsitem.h" #include @@ -595,5 +593,3 @@ void QGraphicsItemAnimation::afterAnimationStep(qreal step) QT_END_NAMESPACE #include "moc_qgraphicsitemanimation.cpp" - -#endif // QT_NO_GRAPHICSVIEW -- cgit v1.2.3