diff options
author | Jiang Jiang <jiang.jiang@nokia.com> | 2011-06-25 14:59:26 (GMT) |
---|---|---|
committer | Jiang Jiang <jiang.jiang@nokia.com> | 2011-06-27 09:42:33 (GMT) |
commit | 514941c71b69ab967bdd18ae758f953de05f5480 (patch) | |
tree | a220d970cad1db439d1f0a688a4133aefa1e7958 /src/gui/graphicsview | |
parent | 15e6ac8f4d9e7a419cd0c10405954bde78559fac (diff) | |
download | Qt-514941c71b69ab967bdd18ae758f953de05f5480.zip Qt-514941c71b69ab967bdd18ae758f953de05f5480.tar.gz Qt-514941c71b69ab967bdd18ae758f953de05f5480.tar.bz2 |
Reorder variable to eliminate warnings
Reviewed-by: Frederik Gladhorn
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget_p.h b/src/gui/graphicsview/qgraphicswidget_p.h index 6ea2586..fd96fce 100644 --- a/src/gui/graphicsview/qgraphicswidget_p.h +++ b/src/gui/graphicsview/qgraphicswidget_p.h @@ -182,12 +182,12 @@ public: return (attributes & (1 << bit)) != 0; } // 32 bits - quint32 refCountInvokeRelayout : 16; quint32 attributes : 10; quint32 inSetGeometry : 1; quint32 polished: 1; quint32 inSetPos : 1; quint32 autoFillBackground : 1; + quint32 refCountInvokeRelayout : 16; quint32 padding : 2; // feel free to use // Focus |