summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicswidget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/graphicsview/qgraphicswidget_p.h')
-rw-r--r--src/widgets/graphicsview/qgraphicswidget_p.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/widgets/graphicsview/qgraphicswidget_p.h b/src/widgets/graphicsview/qgraphicswidget_p.h
index 282d7f033b..505a2a24c0 100644
--- a/src/widgets/graphicsview/qgraphicswidget_p.h
+++ b/src/widgets/graphicsview/qgraphicswidget_p.h
@@ -162,19 +162,12 @@ public:
return false;
return (attributes & (1 << bit)) != 0;
}
-#ifndef Q_OS_HTML5
quint32 attributes : 10;
quint32 inSetGeometry : 1;
quint32 polished: 1;
quint32 inSetPos : 1;
quint32 autoFillBackground : 1;
-#else
- quint32 attributes = 10;
- quint32 inSetGeometry : 1;
- quint32 polished= 1;
- quint32 inSetPos = 1;
- quint32 autoFillBackground : 1;
-#endif
+
// Focus
Qt::FocusPolicy focusPolicy;
QGraphicsWidget *focusNext;