diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2014-01-15 13:14:02 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-16 08:19:33 +0100 |
commit | f5a946b7abc3584d39de7a1c7d2ef1578a63a38e (patch) | |
tree | 6fbf5cad88b3b359890a0dceb2bd41221ae97c99 | |
parent | 9f304dff71710c9bf6980e04fdc631110f867695 (diff) | |
download | qttools-f5a946b7abc3584d39de7a1c7d2ef1578a63a38e.tar.gz qttools-f5a946b7abc3584d39de7a1c7d2ef1578a63a38e.tar.bz2 qttools-f5a946b7abc3584d39de7a1c7d2ef1578a63a38e.zip |
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.table | 2 |
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 b13569d3..0c89b00d 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 |