From f5a946b7abc3584d39de7a1c7d2ef1578a63a38e Mon Sep 17 00:00:00 2001 From: Kalle Viironen Date: Wed, 15 Jan 2014 13:14:02 +0200 Subject: [PATCH] Remove conditions that aren't used anymore QT_EDITION and QT_MODULE_GRAPHICSVIEW aren't used anymore. Change-Id: I73d78a79ce7ca6bb4ab240d49ac0bd749a9ecdb4 Reviewed-by: Lars Knoll Reviewed-by: Friedemann Kleint --- src/designer/src/lib/uilib/widgets.table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/designer/src/lib/uilib/widgets.table b/src/designer/src/lib/uilib/widgets.table index b13569d..0c89b00 100644 --- a/src/designer/src/lib/uilib/widgets.table +++ b/src/designer/src/lib/uilib/widgets.table @@ -134,7 +134,7 @@ DECLARE_WIDGET(QWizard, "") DECLARE_WIDGET(QWizardPage, "") #endif -#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW +#if !defined(QT_NO_GRAPHICSVIEW) DECLARE_WIDGET_1(QGraphicsView, "") #endif -- 2.7.4