summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2014-01-15 13:14:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-16 08:19:33 +0100
commitf5a946b7abc3584d39de7a1c7d2ef1578a63a38e (patch)
tree6fbf5cad88b3b359890a0dceb2bd41221ae97c99
parent9f304dff71710c9bf6980e04fdc631110f867695 (diff)
downloadqttools-f5a946b7abc3584d39de7a1c7d2ef1578a63a38e.tar.gz
Remove conditions that aren't used anymore
QT_EDITION and QT_MODULE_GRAPHICSVIEW aren't used anymore. Change-Id: I73d78a79ce7ca6bb4ab240d49ac0bd749a9ecdb4 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r--src/designer/src/lib/uilib/widgets.table2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/uilib/widgets.table b/src/designer/src/lib/uilib/widgets.table
index b13569d3a..0c89b00d8 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